nixd to lsp

This commit is contained in:
2026-04-24 18:26:52 -05:00
parent 1a5cef800c
commit 40f14dc88d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ return {
vim.lsp.enable { vim.lsp.enable {
"lua_ls", "lua_ls",
"bashls", "bashls",
"nixd",
} }
end, end,
}, },
+1
View File
@@ -21,6 +21,7 @@ bash-language-server
### **Nix** ### **Nix**
``` ```
nixfmt nixfmt
nixd
``` ```
### **PHP** ### **PHP**