diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-01 16:04:30 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-01 16:04:30 +0100 |
commit | a384ef51c0ac325dc4d5c2ad8ffc4502931067e8 (patch) | |
tree | 39cffcc9924b8cdd82243989cf0048049570a87b /vim/vimrc | |
parent | f8058d6ac1b9e676b4a4c777ab3b9c3bb4096b71 (diff) |
Adding vim-unimparied
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |