commit | 58867232263a6fab0b35dc884773d29095f8b827 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Jun 23 22:02:10 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Jun 23 22:02:10 2022 +0100 |
tree | 5b4b3e4e2aaad5d631cb688320b02ae50d75753e | |
parent | 31ac1dc8dce3d7b57d3240eaeb44f3760cb6cabf [diff] [blame] |
Add plugins to vim including onehalf and a pane zoom plugin
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix index 2227432..04ccf67 100644 --- a/src/apps/personal/vim.nix +++ b/src/apps/personal/vim.nix
@@ -19,6 +19,8 @@ pkgs.vimPlugins.vim-nix pkgs.vimPlugins.copilot-vim pkgs.vimPlugins.coc-tsserver + pkgs.vimPlugins.zoomwintab-vim + pkgs.vimPlugins.onehalf ]; };