aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-06-01 16:04:30 +0100
committerMatthew Lemon <y@yulqen.org>2023-06-01 16:04:30 +0100
commita384ef51c0ac325dc4d5c2ad8ffc4502931067e8 (patch)
tree39cffcc9924b8cdd82243989cf0048049570a87b /vim
parentf8058d6ac1b9e676b4a4c777ab3b9c3bb4096b71 (diff)
Adding vim-unimparied
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index deeac6e..9d64ac9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -95,6 +95,7 @@ Plug 'ledger/vim-ledger'
Plug 'fatih/vim-go', {'do': ':GoUpdateBinaries' }
Plug 'tpope/vim-dispatch'
Plug 'tpope/vim-commentary'
+Plug 'tpope/vim-unimpaired'
Plug 'SirVer/UltiSnips'
Plug 'honza/vim-snippets'
call plug#end()