This commit is contained in:
caandt 2024-12-25 14:34:00 -05:00
parent a83f726779
commit b66f1ecc1b
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
extraPackages = with pkgs; [ extraPackages = with pkgs; [
basedpyright basedpyright
clang-tools clang-tools
nixd
]; ];
withRuby = false; withRuby = false;
}; };

View file

@ -14,3 +14,4 @@ lspconfig.clangd.setup({
capabilities=capabilities capabilities=capabilities
}) })
lspconfig.basedpyright.setup{} lspconfig.basedpyright.setup{}
lspconfig.nixd.setup{}