feat: added nixpkgs-fmt, removed unecessary plugin

This commit is contained in:
Luj 2023-04-06 22:19:39 +02:00
parent 0bc284daf5
commit 3b4a0520ee

View file

@ -55,9 +55,6 @@ with lib;
withPython3 = true;
plugins = with pkgs.vimPlugins; [
# LSP
nvim-lspconfig
plenary-nvim
#Telescope
@ -94,7 +91,7 @@ with lib;
rust-vim
];
extraPackages = with pkgs; [ rust-analyzer nil pyright haskell-language-server nixpkgs-fmt ];
extraPackages = with pkgs; [ rust-analyzer pkgs.unstable.nil pyright haskell-language-server nixpkgs-fmt ];
extraConfig = ''
luafile ${./settings.lua}