vim-plugin and other addons
This commit is contained in:
parent
15cc287024
commit
7d03070a8a
1 changed files with 10 additions and 0 deletions
10
.vimrc
10
.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
|
||||
|
|
Loading…
Reference in a new issue