diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-22 17:04:46 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-22 17:04:46 +0200 |
commit | 0b837ee1f01423b7b7d435fb6483b986c206b301 (patch) | |
tree | 7b3e2b03965a18a4515927e3b3c4b25926fe62c5 /.vimrc | |
parent | e54cb7adee065550ab01ca12f45710477938cbb3 (diff) |
vim + nvim cleanup, UltiSnip -> LuaSnip
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ call plug#begin('~/.vim/plugged') Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' Plug 'tpope/vim-repeat' + Plug 'tpope/vim-commentary' Plug 'mhinz/vim-startify' call plug#end() |