aboutsummaryrefslogtreecommitdiff
path: root/common/nvim/lsp/lua_ls.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-24 02:56:53 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-24 02:56:53 +0200
commit0f6cee92221dc517bd756083e260dd9373851b82 (patch)
treec6d929fa5832d17a2d1fe3c85744bae7621ed447 /common/nvim/lsp/lua_ls.lua
parent3cf613ec7c90ab4933728b0f19e49b0c955c17bb (diff)
downloaddotfiles-0f6cee92221dc517bd756083e260dd9373851b82.tar.gz
dotfiles-0f6cee92221dc517bd756083e260dd9373851b82.zip
Moved files to common/
Diffstat (limited to 'common/nvim/lsp/lua_ls.lua')
-rw-r--r--common/nvim/lsp/lua_ls.lua20
1 files changed, 0 insertions, 20 deletions
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