Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
Showing only changes of commit d9091a23ae - Show all commits

View file

@ -11,6 +11,12 @@ return {
"selene.yml",
".git"
},
settings = {
Lua = {
maxPreload = 100000,
preloadFileSize = 10000,
},
},
on_init = function(client)
local path = vim.tbl_get(client, "workspace_folders", 1, "name")
if not path then
@ -23,6 +29,9 @@ return {
runtime = {
version = "LuaJIT"
},
diagnostics = {
globals = { "vim" },
},
-- Make the server aware of Neovim runtime files
workspace = {
checkThirdParty = false,