roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Plugin breaks when files are in a symlinked directory #160

Closed curioussavage closed 6 years ago

curioussavage commented 6 years ago

On my machine .config/nvim and .vim directories are symlinks to a place I keep all my dotfiles. This is the first plugin that has not worked due to that.

screen shot 2017-11-21 at 8 51 33 am

roxma commented 6 years ago

Hmm...

I have symlink on my system too...

roxma commented 6 years ago

I think your rtp has multiple nvim-completion-manager.

check your rtp by :echo &rtp

curioussavage commented 6 years ago

You are probably right. I removed copied the files there and it was still broken. Ill have to confirm monday since I'm out for the holiday and its my work computer.