mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
feat(exrc): support .nvim.lua (#21436)
This commit is contained in:
@@ -75,6 +75,10 @@
|
||||
# define VIMRC_FILE ".nvimrc"
|
||||
#endif
|
||||
|
||||
#ifndef VIMRC_LUA_FILE
|
||||
# define VIMRC_LUA_FILE ".nvim.lua"
|
||||
#endif
|
||||
|
||||
EXTERN struct nvim_stats_s {
|
||||
int64_t fsync;
|
||||
int64_t redraw;
|
||||
|
Reference in New Issue
Block a user