Added functionality in vim go

This commit is contained in:
TuDatTr
2020-02-05 10:05:04 +01:00
parent ef1c816284
commit ff8227ac64
5 changed files with 7 additions and 3 deletions

View File

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

View File

@@ -5,6 +5,7 @@ nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
nnoremap J :bn<CR>
nnoremap K :bp<CR>
map <C-B> <Esc>:b<space>
nnoremap <C-u> :earlier<CR>
nnoremap <C-U> :later<CR>
noremap Y "+y