codeaway's blog

By codeaway, 9 years ago, In English

If anybody is using SimpleCompile plugin alongwith vim editor in ubuntu please do reply on how you installed the plugin because it's not getting installed on my system

Tags vim
  • Vote: I like it
  • -2
  • Vote: I do not like it

»
9 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Do you mean SingleCompile? I use NeoBundle for plugin management. You can just specify

NeoBundle 'xuhdev/SingleCompile'

inside ~/.vimrc. Then NeoBundle will install it for you.