mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 14:20:52 +01:00
feat: added nixpkgs-fmt, removed unecessary plugin
This commit is contained in:
parent
e79ab185f1
commit
b2869e133f
1 changed files with 1 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue