commented out for now

This commit is contained in:
Bryan Ramos 2024-07-17 21:09:32 -04:00
parent f8e60744da
commit 8cfcffb12b
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 3 additions and 3 deletions

View file

@ -62,8 +62,8 @@ lsp.setup_servers({
"bashls",
"clangd",
"jsonls",
"vuels",
"arduino-language-server"
"vuels"
--"arduino-language-server"
})
require("lspconfig").lua_ls.setup(lsp.nvim_lua_ls())

View file

@ -7,7 +7,7 @@ let
sumneko-lua-language-server stylua
nodePackages."@tailwindcss/language-server"
clang-tools
arduino-language-server
#arduino-language-server
];
lsp' = with pkgs.nodePackages; [