added Floaterm

main
The_miro 2025-03-27 22:26:39 +01:00
parent 48acdb2d88
commit 6058d5f974
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'voldikss/vim-floaterm'
call plug#end()
colorscheme cyberqueer
let g:airline_powerline_fonts = 1
@ -79,6 +80,6 @@ let g:airline_section_x = 'IP:%{ipaddr} DNS:%{hostname}'
:nnoremap t :terminal<CR>
:nnoremap t :FloatermNew<CR>
:nnoremap e :NERDTreeToggle<CR>
:nnoremap q :q<CR>