telescope/nvim-tree migrated

This commit is contained in:
Daniel B Sherry 2025-05-16 13:05:57 -05:00
parent 6e636ad325
commit 6f06ad0baa
21 changed files with 368 additions and 504 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,
},
},
},
},
}