1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 11:31:30 +01:00

vim: add vim-go plug

This commit is contained in:
bretello 2021-09-26 15:53:57 +02:00
parent 53b5d0f9f7
commit d1a6bf898e
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -66,6 +66,7 @@ Plug 'https://github.com/cespare/vim-toml'
Plug 'https://github.com/vim-scripts/iptables' Plug 'https://github.com/vim-scripts/iptables'
Plug 'https://github.com/leafoftree/vim-vue-plugin' Plug 'https://github.com/leafoftree/vim-vue-plugin'
Plug 'https://github.com/hashivim/vim-terraform' Plug 'https://github.com/hashivim/vim-terraform'
Plug 'https://github.com/fatih/vim-go'
Plug 'epheien/termdbg' Plug 'epheien/termdbg'