add lsp servers

This commit is contained in:
Salar Rahmanian 2024-09-07 11:10:17 -07:00
parent ab36ee0f4c
commit 0ddb939e61

View file

@ -33,6 +33,8 @@
jdk21 jdk21
any-nix-shell any-nix-shell
aspell aspell
basedpyright
bash-language-server
cachix cachix
cmake cmake
coursier coursier
@ -51,9 +53,11 @@
gnupg gnupg
go go
graphviz graphviz
jq-lsp
luajit luajit
luajitPackages.luarocks luajitPackages.luarocks
luajitPackages.luasocket luajitPackages.luasocket
lua-language-server
marksman marksman
maven maven
metals metals
@ -63,14 +67,11 @@
neovim neovim
nil nil
niv niv
nixd
nix-index nix-index
nixfmt-rfc-style nixfmt-rfc-style
nix-prefetch-git nix-prefetch-git
nodejs nodejs
nodePackages.bash-language-server
nodePackages.typescript-language-server
nodePackages.vscode-json-languageserver
nodePackages.yaml-language-server
ollama ollama
openssl openssl
pandoc pandoc
@ -101,10 +102,13 @@
tokei tokei
tree tree
tree-sitter tree-sitter
typescript
typescript-language-server
wget wget
vscode-langservers-extracted vscode-langservers-extracted
xcodes xcodes
xz xz
yaml-language-server
yq yq
zoom-us zoom-us
]; ];
@ -287,6 +291,6 @@
# Neovim Configuration # Neovim Configuration
xdg.configFile."nvim".source = builtins.fetchGit { xdg.configFile."nvim".source = builtins.fetchGit {
url = "https://code.softinio.com/softinio/nvim-config"; url = "https://code.softinio.com/softinio/nvim-config";
rev = "f59b6eedae27085f7430e6d4237f7d3041377d0e"; rev = "754a8bb8a7161e9f04596081a166722d3ec4a408";
}; };
} }