add folaterm plugin

This commit is contained in:
Ray Elliott 2020-07-26 15:36:09 +01:00
parent 487c190bac
commit 6a006c97aa
1 changed files with 6 additions and 0 deletions

View File

@ -274,6 +274,12 @@ let g:mta_filetypes = {
nmap ga <Plug>(EasyAlign)
"}}}
" #vim-floaterm{{{
" https://github.com/voldikss/floaterm
Plug 'voldikss/vim-floaterm'
nnoremap <space>lf :FloatermNew --height=0.9 --width=0.9 lf<CR>
nnoremap <space>lg :FloatermNew --height=0.9 --width=0.9 lazygit<CR>
"}}}
" #vim-gutentags {{{
" https://github.com/ludovicchabant/vim-gutentags
" Plug 'ludovicchabant/vim-gutentags'