diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-16 10:23:36 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-16 10:23:36 -0400 |
| commit | f93f626d04970ab6f3db7744e65ab70d88ecb12e (patch) | |
| tree | 3e91a36ed7ef796fe69c231a1c41e01fb6f778f5 /pkgs/custom-neovim/.luarc.json | |
| parent | dcbfe75500212c9d0e5a422d6e10eb356e1da28b (diff) | |
homelab: added fail2ban to ssh
Diffstat (limited to 'pkgs/custom-neovim/.luarc.json')
| -rw-r--r-- | pkgs/custom-neovim/.luarc.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/.luarc.json b/pkgs/custom-neovim/.luarc.json new file mode 100644 index 0000000..89999a9 --- /dev/null +++ b/pkgs/custom-neovim/.luarc.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/lua-language-server/master/setting/schema.json", + "runtime": { + "version": "LuaJIT", + "path": [ + "?.lua", + "?/init.lua" + ] + }, + "workspace": { + "checkThirdParty": false, + "library": [ + "${3rd}/luv/library", + "${3rd}/busted/library" + ] + }, + "diagnostics": { + "globals": ["vim"] + }, + "telemetry": { + "enable": false + } +} |
