diff options
author | Minijackson <minijackson@riseup.net> | 2021-12-20 13:40:02 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-12-20 13:40:02 +0100 |
commit | 0cf6282931b9f1c80c77cf8386aa0a8c267c5220 (patch) | |
tree | a02b0e558e1947d74dc37e50c0529e999249d14e /common | |
parent | 20cb8ea62d2062ee5b8d23ce0152f9f815568f48 (diff) | |
download | nixos-config-reborn-0cf6282931b9f1c80c77cf8386aa0a8c267c5220.tar.gz nixos-config-reborn-0cf6282931b9f1c80c77cf8386aa0a8c267c5220.zip |
common/vim: fix some plugin names
Diffstat (limited to 'common')
-rw-r--r-- | common/vim.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/vim.nix b/common/vim.nix index 9bcba5f..0228849 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -91,7 +91,7 @@ let | |||
91 | 91 | ||
92 | # Motions | 92 | # Motions |
93 | camelcasemotion | 93 | camelcasemotion |
94 | surround | 94 | vim-surround |
95 | targets-vim | 95 | targets-vim |
96 | 96 | ||
97 | neoformat | 97 | neoformat |
@@ -104,9 +104,9 @@ let | |||
104 | 104 | ||
105 | # Other | 105 | # Other |
106 | tmux-complete-vim | 106 | tmux-complete-vim |
107 | fugitive | 107 | vim-fugitive |
108 | rhubarb | 108 | vim-rhubarb |
109 | repeat | 109 | vim-repeat |
110 | vim-unimpaired | 110 | vim-unimpaired |
111 | tabular | 111 | tabular |
112 | vim-abolish | 112 | vim-abolish |