vim-go, thanks @shazow

This commit is contained in:
Tyrel Souza 2021-11-30 14:10:01 -05:00
parent 3da60a6f36
commit 3850bbaf52
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ call plug#begin('~/.vim/plugged')
Plug 'nvim-telescope/telescope.nvim'
Plug 'thoughtbot/vim-rspec'
Plug 'voldikss/vim-floaterm'
Plug 'fatih/vim-go'
call plug#end()
map <C-o> :NERDTreeToggle<CR>