mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 06:19:25 +00:00
[neovim] Reorganize lua packages
This commit is contained in:
18
.config/nvim/lua/plugins/lsp/settings/sumneko_lua.lua
Normal file
18
.config/nvim/lua/plugins/lsp/settings/sumneko_lua.lua
Normal file
@ -0,0 +1,18 @@
|
||||
return {
|
||||
settings = {
|
||||
Lua = {
|
||||
diagnostics = {
|
||||
globals = { "vim" },
|
||||
},
|
||||
workspace = {
|
||||
library = {
|
||||
[vim.fn.expand("$VIMRUNTIME/lua")] = true,
|
||||
[vim.fn.stdpath("config") .. "/lua"] = true,
|
||||
},
|
||||
},
|
||||
telemetry = {
|
||||
enable = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user