diff options
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-x | vim/.vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 08a07a2..dbec673 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -55,6 +55,7 @@ Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'} Plug 'https://github.com/anntzer/vim-cython', {'for': 'cython'} Plug 'https://github.com/racer-rust/vim-racer', {'for': 'rust'} Plug 'https://github.com/rhysd/rust-doc.vim', {'for': 'rust'} +Plug 'https://git.sr.ht/~sircmpwn/hare.vim', {'for': 'hare'} call plug#end() set t_Co=256 |