mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-11-02 05:26:02 +00:00
Refactor LSP config into separate modules
This commit is contained in:
13
.config/nvim/lsp/lua_ls.lua
Normal file
13
.config/nvim/lsp/lua_ls.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
settings = {
|
||||
Lua = {
|
||||
runtime = { version = "LuaJIT" },
|
||||
diagnostics = { globals = { "vim" } },
|
||||
workspace = {
|
||||
library = vim.api.nvim_get_runtime_file("", true),
|
||||
checkThirdParty = false,
|
||||
},
|
||||
telemetry = { enable = false },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user