switch to Packer

This commit is contained in:
Daniel B Sherry 2024-12-17 10:36:34 -06:00
parent 8d1ef972bc
commit c9553d36a3
13 changed files with 902 additions and 0 deletions

View file

@ -0,0 +1,16 @@
return {
settings = {
Lua = {
diagnostics = {
globals = { "vim" },
},
workspace = {
library = {
[vim.fn.expand("$VIMRUNTIME/lua")] = true,
[vim.fn.stdpath("config") .. "/lua"] = true,
},
},
},
},
}