feat: added nixpkgs-fmt, removed unecessary plugin

This commit is contained in:
Julien Malka 2023-04-06 22:19:39 +02:00
parent e79ab185f1
commit b2869e133f
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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}