mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developer] Add many language servers
This commit is contained in:
parent
76c5828915
commit
397282c7c6
1 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,14 @@ in {
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
gh # GitHub CLI
|
gh # GitHub CLI
|
||||||
|
|
||||||
|
# Language Servers
|
||||||
|
nodePackages.yaml-language-server # Yaml
|
||||||
|
nodePackages.bash-language-server # Bash
|
||||||
|
nodePackages.intelephense # PHP
|
||||||
|
gopls # Go
|
||||||
|
ccls # C/C++
|
||||||
|
lua-language-server # Lua
|
||||||
|
|
||||||
clinfo
|
clinfo
|
||||||
binutils
|
binutils
|
||||||
cpuset
|
cpuset
|
||||||
|
|
@ -100,6 +108,7 @@ in {
|
||||||
aviallon.programs.allowUnfreeList = [
|
aviallon.programs.allowUnfreeList = [
|
||||||
"tabnine" "clion"
|
"tabnine" "clion"
|
||||||
"Oracle_VM_VirtualBox_Extension_Pack" "virtualbox"
|
"Oracle_VM_VirtualBox_Extension_Pack" "virtualbox"
|
||||||
|
"intelephense"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue