diff options
Diffstat (limited to 'programs/neovim.nix')
-rw-r--r-- | programs/neovim.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/programs/neovim.nix b/programs/neovim.nix index f108993..6095e0f 100644 --- a/programs/neovim.nix +++ b/programs/neovim.nix | |||
@@ -12,11 +12,10 @@ | |||
12 | vimAlias = true; | 12 | vimAlias = true; |
13 | withPython3 = true; | 13 | withPython3 = true; |
14 | extraPackages = with pkgs; [ | 14 | extraPackages = with pkgs; [ |
15 | gcc | 15 | # gcc |
16 | python37Packages.yapf | 16 | # python37Packages.yapf |
17 | hlint | 17 | # hlint |
18 | ocamlformat | 18 | # ocamlformat |
19 | ocamlPackages.ocaml-lsp | ||
20 | ]; | 19 | ]; |
21 | plugins = with pkgs.vimPlugins; [ | 20 | plugins = with pkgs.vimPlugins; [ |
22 | # neovim only | 21 | # neovim only |