feat: add nil_ls and nixd language servers

This commit is contained in:
Matej Janezic 2025-10-11 18:54:27 +02:00
parent 7b7df6a343
commit 1917c81067
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ MiniDeps.later(function()
"ruff", "ruff",
"stylua", "stylua",
"lua_ls", "lua_ls",
"nixd",
"nil_ls",
}) })
vim.api.nvim_create_autocmd("LspAttach", { vim.api.nvim_create_autocmd("LspAttach", {