mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Disable bottom scrollbar if vim is starting as the filer
This commit is contained in:
parent
47443ee414
commit
0f006d69dd
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@
|
||||||
set guioptions-=T "remove the toolbar
|
set guioptions-=T "remove the toolbar
|
||||||
set guioptions-=m "remove the toolbar
|
set guioptions-=m "remove the toolbar
|
||||||
|
|
||||||
|
autocmd FileType vimfiler set go-=b
|
||||||
|
|
||||||
if &wrap
|
if &wrap
|
||||||
set go-=b "disable the bottom scrollbar on launch iff text wrapping is enabled
|
set go-=b "disable the bottom scrollbar on launch iff text wrapping is enabled
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue