add folaterm plugin
This commit is contained in:
parent
487c190bac
commit
6a006c97aa
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue