xolox / vim-notes

Easy note taking in Vim
http://peterodding.com/code/vim/notes/
1.6k stars 112 forks source link

Vundle installation problems with vim-misc #122

Open hari-rangarajan opened 8 years ago

hari-rangarajan commented 8 years ago

Warning: The vim-notes plug-in requires the vim-misc plug-in which seems not to be installed! For more information please review the installation instructions in the readme (also available on the homepage and on GitHub). The vim-notes plug-in will now be disabled Press ENTER or type command to continue

I get the above error. The plugins are installed and scriptnames shows that they have been loaded.

Plugin 'xolox/vim-misc' Plugin 'xolox/vim-notes'

:scriptnames

22: ~/.vim/bundle/vim-misc/plugin/xolox/misc.vim 23: ~/.vim/bundle/vim-notes/plugin/notes.vim 24: ~/.vim/bundle/vim-misc/autoload/xolox/misc.vim

beanaroo commented 8 years ago

I cannot reproduce this. Is this still an issue?

daltonmatos commented 7 years ago

Hello, I just installed vim-notes today and if you have both plugins listed on your vimrc file this message does not show up and vim note works as expected.

thecarlhall commented 6 years ago

I can confirm that installing vim-notes alone gave me the above error. Adding vim-misc to .vimrc fixed things.

aRustyDev commented 4 years ago

I'm having this issue, but I use a .vimrc & .vimrc.plug They're both (Plug)'d on the .vimrc.plug but this is still happening. Also, I use vim-plug as my plugin manager.

Any ideas what might fix this? Is there some place on the .vimrc that I would put it besides a 'Plug' line?