summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plug-config/floaterm.vim
blob: 2ac83b9a1d5870bf136b279a47b0075aec37998f (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'
			\ ]