|
@@ -644,12 +644,6 @@ lvim.lang = {
|
|
|
},
|
|
|
settings = {
|
|
|
Lua = {
|
|
|
- runtime = {
|
|
|
- -- Tell the language server which version of Lua you're using (most likely LuaJIT in the case of Neovim)
|
|
|
- version = "LuaJIT",
|
|
|
- -- Setup your lua path
|
|
|
- path = vim.split(package.path, ";"),
|
|
|
- },
|
|
|
diagnostics = {
|
|
|
-- Get the language server to recognize the `vim` global
|
|
|
globals = { "vim", "lvim" },
|
|
@@ -662,7 +656,7 @@ lvim.lang = {
|
|
|
[vim.fn.expand "$VIMRUNTIME/lua/vim/lsp"] = true,
|
|
|
},
|
|
|
maxPreload = 100000,
|
|
|
- preloadFileSize = 1000,
|
|
|
+ preloadFileSize = 10000,
|
|
|
},
|
|
|
},
|
|
|
},
|