vim-go, thanks @shazow

This commit is contained in:
Tyrel Souza 2021-11-30 14:10:01 -05:00
parent 3da60a6f36
commit 3850bbaf52

View File

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