git-messenger.vim
git-messenger.vim copied to clipboard
E21: Cannot make changes, 'modifiable' is off
When I moved into the popup by pressing <leader>gm twice, I tried to use o to navigate backwards in the history of messages, but it seems that o tries to add a new line.
Can you show how to reproduce it with list of the steps?
- Open Vim with some file
vim foo.txt -
<leader>gm - ...
https://user-images.githubusercontent.com/42011920/129064718-9a10985d-b811-4b1b-9cd1-dc831e565948.mp4
return {
'rhysd/git-messenger.vim',
dev = true, -- clone the repo to your dev folder (specified in your lazy config)
}
I use the lazy package manager (neovim).
As a workaround, I used a local version of the plugin and remapped the o key . source