From f93f626d04970ab6f3db7744e65ab70d88ecb12e Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 16 Sep 2025 10:23:36 -0400 Subject: homelab: added fail2ban to ssh --- pkgs/custom-neovim/.luarc.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pkgs/custom-neovim/.luarc.json (limited to 'pkgs/custom-neovim/.luarc.json') 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 + } +} -- cgit v1.2.3