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; [
|
users.users.sako.packages = with pkgs; [
|
||||||
nodejs
|
nodejs
|
||||||
yarn
|
yarn
|
||||||
|
nodePackages.typescript-language-server
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,13 +15,9 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
# lua language server
|
|
||||||
lua-language-server
|
lua-language-server
|
||||||
# lua
|
|
||||||
lua
|
lua
|
||||||
# luarocks
|
|
||||||
luarocks
|
luarocks
|
||||||
# format and lint
|
|
||||||
stylua
|
stylua
|
||||||
selene
|
selene
|
||||||
];
|
];
|
||||||
|
|
|
@ -18,6 +18,7 @@ in {
|
||||||
python3
|
python3
|
||||||
black
|
black
|
||||||
python310Packages.pip
|
python310Packages.pip
|
||||||
|
nodePackages.pyright
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@ in
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
rustup
|
rustup
|
||||||
cargo
|
cargo
|
||||||
|
rust-analyzer
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue