Fixed minor errors in config

This commit is contained in:
2026-07-14 13:30:28 +01:00
parent 7a7221ff0d
commit 0bc6a46465
4 changed files with 16 additions and 1 deletions
+4 -1
View File
@@ -42,10 +42,13 @@ return {
"ruff",
"pylsp",
"taplo",
"nixd",
},
})
if vim.fn.executable("nixd") == 1 then
vim.lsp.enable("nixd")
end
vim.lsp.config("lua_ls", {
settings = {
Lua = {