From 0f6cee92221dc517bd756083e260dd9373851b82 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 02:56:53 +0200 Subject: Moved files to common/ --- common/nvim/lsp/lua_ls.lua | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 common/nvim/lsp/lua_ls.lua (limited to 'common/nvim/lsp/lua_ls.lua') diff --git a/common/nvim/lsp/lua_ls.lua b/common/nvim/lsp/lua_ls.lua deleted file mode 100644 index d248e2e..0000000 --- a/common/nvim/lsp/lua_ls.lua +++ /dev/null @@ -1,20 +0,0 @@ -return { - cmd = { "lua-language-server" }, - filetypes = { "lua" }, - root_markers = { ".luarc.json", ".luarc.jsonc", ".luacheckrc", ".stylua.toml", "stylua.toml", "selene.toml", "selene.yml" }, - settings = { - Lua = { - diagnostics = { - disable = { "undefined-global", "lowercase-global", "unused-local", "unused-vararg", "trailing-space" }, - globals = { "vim", "use", "_G", "packer_plugins", "P" } - }, - telemetry = { - enable = false - }, - workspace = { - checkThirdParty = false, - library = { "/tmp/.mount_nvimOIpamk/usr/share/nvim/runtime", "${3rd}/luv/library", "${3rd}/busted/library" } - } - } - } -} \ No newline at end of file -- cgit v1.2.3