nix lsp for nvim
This commit is contained in:
@@ -5,7 +5,12 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
hjem.users.${username}.packages = with pkgs; [
|
hjem.users.${username}.packages = with pkgs; [
|
||||||
|
clang
|
||||||
|
lld
|
||||||
|
llvmPackages.bintools
|
||||||
tlrc
|
tlrc
|
||||||
|
rustc
|
||||||
|
cargo
|
||||||
unzip
|
unzip
|
||||||
neovim
|
neovim
|
||||||
btop
|
btop
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
_:
|
_:
|
||||||
{
|
{
|
||||||
programs.zsh.enable = true;
|
programs = {
|
||||||
|
zsh.enable = true;
|
||||||
|
nix-ld.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user