This commit is contained in:
ziro 2021-07-13 14:09:37 +07:00
parent 54d66a03e5
commit 8e472720a3
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 0 deletions

View file

@ -71,6 +71,9 @@ Plug 'JuliaEditorSupport/julia-vim'
" enhanced python highlighting
Plug 'vim-python/python-syntax'
" For golang
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
call plug#end()
" ----- PlugIns Configuration