aboutsummaryrefslogtreecommitdiff
path: root/programs/neovim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/neovim.nix')
-rw-r--r--programs/neovim.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/programs/neovim.nix b/programs/neovim.nix
index 9585e37..0430868 100644
--- a/programs/neovim.nix
+++ b/programs/neovim.nix
@@ -13,7 +13,7 @@
13 withPython3 = true; 13 withPython3 = true;
14 extraPackages = with pkgs; [ 14 extraPackages = with pkgs; [
15 # gcc 15 # gcc
16 # python37Packages.yapf 16 python311Packages.yapf
17 # hlint 17 # hlint
18 # ocamlformat 18 # ocamlformat
19 ]; 19 ];
@@ -41,17 +41,16 @@
41 # syntax 41 # syntax
42 rust-vim 42 rust-vim
43 haskell-vim 43 haskell-vim
44 elm-vim
45 vim-nix 44 vim-nix
46 vimtex
47 45
48 # handy 46 # handy
49 vim-gitgutter
50 tabular 47 tabular
51 emmet-vim
52 vimwiki
53 fzf-vim 48 fzf-vim
49
50 # motion
51 leap-nvim
54 ] ++ [ 52 ] ++ [
53 # own
55 pkgs.better-text-objs 54 pkgs.better-text-objs
56 pkgs.vim-colors-plain 55 pkgs.vim-colors-plain
57 ]; 56 ];