danth / pathfinder.vim

Vim plugin to suggest better movements
MIT License
290 stars 4 forks source link

Fix for Nvim Warning #9

Closed shubgant closed 4 years ago

shubgant commented 4 years ago

When using with Neovim, there is an "E174: Command already exists: add ! to replace it" error when sourcing vimrc/plug update etc. This doesn't actually affect the plugin functionality, but this small fix removes the warning without any issues.