nvim: Do not open floaterm in project root
Using this setting results in floaterm changing the directory which then does not work when working in a setup like gst-build. Stick to whatever directory we launched from since we would have started from a version controlled directory root in most cases. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
730257512d
commit
e4d37e47c9
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ let g:mergetool_layout = 'mr'
|
|||
let g:mergetool_prefer_revision = 'unmodified'
|
||||
|
||||
" Floaterm
|
||||
let g:floaterm_open_in_root = 1
|
||||
let g:floaterm_open_in_root = 0
|
||||
let g:floaterm_position = 'center'
|
||||
let g:floaterm_width = 0.8
|
||||
let g:floaterm_height = 0.8
|
||||
|
|
Loading…
Reference in a new issue