aboutsummaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-22 05:14:53 +0000
committerAkshay <[email protected]>2023-01-22 05:14:53 +0000
commit4a6725d5c01c804c96205d99663606dec4d0327e (patch)
treee7d2689376095fbe866abd228c5447b03021deda /programs
parentd328d8acc452f1d22dd6395e82e616aa4605fd38 (diff)
add rotate scripts
Diffstat (limited to 'programs')
-rw-r--r--programs/neovim.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/programs/neovim.nix b/programs/neovim.nix
index e593e44..9585e37 100644
--- a/programs/neovim.nix
+++ b/programs/neovim.nix
@@ -51,6 +51,9 @@
51 emmet-vim 51 emmet-vim
52 vimwiki 52 vimwiki
53 fzf-vim 53 fzf-vim
54 ] ++ [
55 pkgs.better-text-objs
56 pkgs.vim-colors-plain
54 ]; 57 ];
55 }; 58 };
56} 59}