mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Add neo-vim configuration
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
Plug 'voldikss/vim-floaterm'
|
||||
|
||||
let g:floaterm_keymap_toggle = '<F1>'
|
||||
let g:floaterm_keymap_next = '<F2>'
|
||||
let g:floaterm_keymap_prev = '<F3>'
|
||||
let g:floaterm_keymap_new = '<F4>'
|
||||
|
||||
let g:floaterm_gitcommit='floaterm'
|
||||
let g:floaterm_autoinsert=1
|
||||
let g:floaterm_width=0.8
|
||||
let g:floaterm_height=0.8
|
||||
let g:floaterm_wintitle=0
|
||||
let g:floaterm_autoclose=1
|
||||
|
||||
augroup FloatermCustomisations
|
||||
autocmd!
|
||||
autocmd ColorScheme * highlight FloatermBorder guibg=none
|
||||
augroup END
|
||||
Reference in New Issue
Block a user