blob: 02dec94706a0c1bfca76d2b8725fd8376ddab4bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
" Floaterm
let g:floaterm_autoinsert = 1
let g:floaterm_width = 0.6
let g:floaterm_height = 0.45
let g:floaterm_wintitle = 0
let g:floaterm_autoclose = 1
let g:floaterm_position = 'bottom'
let g:floaterm_gitcommit = 'split'
let g:floaterm_wintype = 'floating'
let g:floaterm_rootmarkers =
\ [
\ '.project',
\ '.git',
\ '.hg',
\ '.svn',
\ '.root',
\ '.gitignore',
\ '.fslckout',
\ '.fossil-settings'
\ ]
|