diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-20 20:36:55 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-20 20:36:55 +0700 |
commit | 82543950fb2839b94402b4bffa234e6a764dc8f4 (patch) | |
tree | def06a6d224f73b06db6c0e9432f956b95b7b8e5 /vim | |
parent | ac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9 (diff) | |
download | dotfiles-82543950fb2839b94402b4bffa234e6a764dc8f4.tar.gz |
Start learning Zig and Hare
Diffstat (limited to 'vim')
-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 |