diff options
Diffstat (limited to 'common/config/nvim/.luacheckrc')
| -rwxr-xr-x | common/config/nvim/.luacheckrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/config/nvim/.luacheckrc b/common/config/nvim/.luacheckrc new file mode 100755 index 0000000..26f9f67 --- /dev/null +++ b/common/config/nvim/.luacheckrc @@ -0,0 +1,5 @@ +-- .luacheckrc +globals = { + "vim", + -- Add other Neovim globals like 'require', 'rawset', etc., if needed +} |
