mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
14 lines
389 B
VimL
14 lines
389 B
VimL
|
"------------------------------------------------------------------------------
|
||
|
" Floaterm
|
||
|
"------------------------------------------------------------------------------
|
||
|
|
||
|
let g:floaterm_width = 0.80
|
||
|
let g:floaterm_height = 0.88
|
||
|
let g:floaterm_wintype = 'float'
|
||
|
let g:floaterm_position = 'center'
|
||
|
let g:floaterm_opener = 'edit'
|
||
|
|
||
|
let g:floaterm_autoclose = 1
|
||
|
" let g:floaterm_autohide = 2
|
||
|
|