vim-plugin and other addons

This commit is contained in:
Morgan McMillian 2021-04-24 17:04:06 -07:00
parent 15cc287024
commit 7d03070a8a

10
.vimrc
View file

@ -43,3 +43,13 @@ autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap
set listchars=tab:▸\ ,eol,space:.
" vim-plug, https://github.com/junegunn/vim-plug
call plug#begin()
Plug 'https://github.com/fatih/vim-go'
Plug 'https://github.com/peterhoeg/vim-qml'
Plug 'https://github.com/rust-lang/rust.vim'
Plug 'https://github.com/cespare/vim-toml'
call plug#end()
" addtional stuff....
" https://github.com/kconner/vim-syntax-gemtext