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