summaryrefslogtreecommitdiff
path: root/lua/config/defaults.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/defaults.lua')
-rw-r--r--lua/config/defaults.lua8
1 files changed, 1 insertions, 7 deletions
diff --git a/lua/config/defaults.lua b/lua/config/defaults.lua
index e27d8077..a67a9c53 100644
--- a/lua/config/defaults.lua
+++ b/lua/config/defaults.lua
@@ -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,
},
},
},