diff options
author | Nao Ueda <nao.uedder@gmail.com> | 2020-03-29 15:17:25 +0900 |
---|---|---|
committer | Nao Ueda <nao.uedder@gmail.com> | 2020-03-29 15:17:25 +0900 |
commit | ef1787b5d96c8b59891147f4b2b0c763d4c26574 (patch) | |
tree | b9049cb5f8fc295ec02cfce23724d6171c15cb58 /vimrc | |
parent | 64db4ce15a728888cdb3301be2422606be808423 (diff) | |
download | vimrc-ef1787b5d96c8b59891147f4b2b0c763d4c26574.tar.gz vimrc-ef1787b5d96c8b59891147f4b2b0c763d4c26574.tar.bz2 vimrc-ef1787b5d96c8b59891147f4b2b0c763d4c26574.zip |
Add twitvim plugin.
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -148,6 +148,8 @@ Plug 'easymotion/vim-easymotion' " Plug 'thinca/vim-quickrun' +Plug 'twitvim/twitvim' + call plug#end() colorscheme nord |