feat: use lazy-lsp
This commit is contained in:
parent
5445335c0e
commit
5f0399e356
2 changed files with 35 additions and 172 deletions
|
|
@ -8,31 +8,14 @@
|
|||
programs.neovim =
|
||||
{
|
||||
enable = true;
|
||||
extraPackages = with pkgs; lib.mkMerge [
|
||||
[
|
||||
ripgrep
|
||||
luarocks
|
||||
gnumake
|
||||
wget
|
||||
nixpkgs-fmt
|
||||
tree-sitter
|
||||
fd
|
||||
]
|
||||
(lib.mkIf config.modules.apps.neovim.enableLanguages [
|
||||
cargo
|
||||
gcc
|
||||
go
|
||||
jdk22
|
||||
luaPackages.lua
|
||||
nodejs
|
||||
php83Packages.composer
|
||||
php83
|
||||
opam
|
||||
(python3.withPackages (python-pkgs: [
|
||||
python-pkgs.pip
|
||||
python-pkgs.black
|
||||
]))
|
||||
])
|
||||
extraPackages = with pkgs; [
|
||||
ripgrep
|
||||
luarocks
|
||||
gnumake
|
||||
wget
|
||||
nixpkgs-fmt
|
||||
tree-sitter
|
||||
fd
|
||||
];
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue