commit 43f45f94071be74069f676908cb6a1e05f2472c7 parent 19e58d778d1f8a3fa1efe322d9ec901db536b25a Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 17 Jan 2019 10:58:43 +0100 Hide toolbar on windows Diffstat:
M | links/.vim/plugin/appearance.vim | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/links/.vim/plugin/appearance.vim b/links/.vim/plugin/appearance.vim @@ -27,6 +27,12 @@ augroup ColorSchemeCmds autocmd ColorScheme * call ColorSchemeTweaks() augroup end +augroup GVimTweaks + if has('gui running') + set guioptions-=T " no toolbar + endif +augroup end + colorscheme tender augroup AleAppearance