rhysd / git-messenger.vim

Vim and Neovim plugin to reveal the commit messages under the cursor
MIT License
1.34k stars 32 forks source link

Add option to override float window options with variable #76

Closed phelipetls closed 3 years ago

phelipetls commented 3 years ago

The main use case of this is to set this is Neovim:

let g:git_messenger_floating_win_opts = {
   \ 'border': 'single'
   \ }

Closes #73.