Added vim polyglot and changed some vim shortcuts for go, also added skeleton support for ~/.vim/templates/skeleton.*

This commit is contained in:
TuDatTr
2020-02-02 15:42:41 +01:00
parent d37618a44e
commit ce61a4733c
17 changed files with 72 additions and 3514 deletions

View File

@@ -3,4 +3,5 @@ filetype on
call plug#begin()
Plug 'lervag/vimtex'
Plug 'sheerun/vim-polyglot'
call plug#end()