diff --git a/.vimrc b/.vimrc index 712d221..037291e 100644 --- a/.vimrc +++ b/.vimrc @@ -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