From 7d03070a8a72dd31b2ab4f375f8028f1f321f248 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 24 Apr 2021 17:04:06 -0700 Subject: [PATCH] vim-plugin and other addons --- .vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) 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