misc
This commit is contained in:
parent
09001369f3
commit
27455fd2c2
4 changed files with 7 additions and 6 deletions
|
|
@ -50,8 +50,8 @@ require("lspconfig").lua_ls.setup {
|
|||
library = {
|
||||
[vim.fn.expand "$VIMRUNTIME/lua"] = true,
|
||||
[vim.fn.expand "$VIMRUNTIME/lua/vim/lsp"] = true,
|
||||
[vim.fn.stdpath("data") .. "/lazy/extensions/nvchad_types"] = true,
|
||||
[vim.fn.stdpath("data") .. "/lazy/lazy.nvim/lua/lazy"] = true,
|
||||
[vim.fn.stdpath "data" .. "/lazy/extensions/nvchad_types"] = true,
|
||||
[vim.fn.stdpath "data" .. "/lazy/lazy.nvim/lua/lazy"] = true,
|
||||
},
|
||||
maxPreload = 100000,
|
||||
preloadFileSize = 10000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue