" 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'
			\ ]