feat(exrc): support .nvim.lua (#21436)

This commit is contained in:
Munif Tanjim
2022-12-19 22:33:47 +06:00
committed by GitHub
parent f4d8e992bf
commit 23d8f5b870
7 changed files with 50 additions and 23 deletions

View File

@@ -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;