Skip to content

Removed mappings from the ScrollColor.vim plugin file.#1

Open
sanp wants to merge 1 commit intovim-scripts:masterfrom
sanp:feature/remove_mappings
Open

Removed mappings from the ScrollColor.vim plugin file.#1
sanp wants to merge 1 commit intovim-scripts:masterfrom
sanp:feature/remove_mappings

Conversation

@sanp
Copy link

@sanp sanp commented May 16, 2020

The mappings in this plugin have the potential to conflict with other mappings. In regular vim, you can probably resolve this by just adding unmaps to your .vimrc. But for neovim users, since it loads plugins asynchronously, this doesn't work (the the plugin hasn't been loaded when init.vim is loaded, and so there is nothing for init.vim to unmap).

It's better to eliminate all mappings from plugins and let users create maps themselves. This PR does this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants