nixd
This commit is contained in:
parent
a83f726779
commit
b66f1ecc1b
|
|
@ -24,6 +24,7 @@
|
|||
extraPackages = with pkgs; [
|
||||
basedpyright
|
||||
clang-tools
|
||||
nixd
|
||||
];
|
||||
withRuby = false;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -14,3 +14,4 @@ lspconfig.clangd.setup({
|
|||
capabilities=capabilities
|
||||
})
|
||||
lspconfig.basedpyright.setup{}
|
||||
lspconfig.nixd.setup{}
|
||||
|
|
|
|||
Loading…
Reference in a new issue