commit d50adcb4ef5359c67faa44cb1930eae90734b5cb (patch)
parent 7f6bd7a76d6f0dc4c7f9c9d7b6e7d6f6f2292db0
Author: Alex Karle <alex@karle.co>
Date: Thu, 9 May 2019 00:11:55 -0400
vim: add git-messenger floating-window setting
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -72,6 +72,9 @@ let g:netrw_liststyle=1 " details view
" Mojolicious syntax highlighting for Mojolicious::Lite
let mojo_highlight_data = 1
+
+" git-messenger with popup windows is cool!
+let g:git_messenger_always_into_popup = v:true
" }}}
" THEME AND APPEARANCE {{{