add a few more language servers
This commit is contained in:
parent
821fc6567b
commit
a617b90280
|
@ -12,6 +12,7 @@ in
|
|||
users.users.sako.packages = with pkgs; [
|
||||
nodejs
|
||||
yarn
|
||||
nodePackages.typescript-language-server
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,13 +15,9 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
users.users.sako.packages = with pkgs; [
|
||||
# lua language server
|
||||
lua-language-server
|
||||
# lua
|
||||
lua
|
||||
# luarocks
|
||||
luarocks
|
||||
# format and lint
|
||||
stylua
|
||||
selene
|
||||
];
|
||||
|
|
|
@ -18,6 +18,7 @@ in {
|
|||
python3
|
||||
black
|
||||
python310Packages.pip
|
||||
nodePackages.pyright
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@ in
|
|||
users.users.sako.packages = with pkgs; [
|
||||
rustup
|
||||
cargo
|
||||
rust-analyzer
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue