1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 20:09:26 +00:00

[neovim] Update plugins

This commit is contained in:
2023-02-13 19:27:54 +01:00
parent 3d21628328
commit dd77a5e33b
4 changed files with 20 additions and 20 deletions

View 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,
},
},
},
}