Author Topic: Vim plugins to CodeBlock (ubuntu)  (Read 15586 times)

Offline anhkenyt

  • Single posting newcomer
  • *
  • Posts: 3
Vim plugins to CodeBlock (ubuntu)
« on: September 26, 2020, 10:21:21 am »
Hi everyone!!
I am new to codeBlocks. I am trying to install vim plugins. I already have codeblocks installed under ubuntu 18.04. I found the source code of vim plugins at the link below. By the way, thanks to the author.
http://forums.codeblocks.org/index.php?topic=19281.0
However, when I download it I haven't seen the file .cbplugin in that.
So anyone can help me to install this? Thank you so much.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Vim plugins to CodeBlock (ubuntu)
« Reply #1 on: September 26, 2020, 12:00:57 pm »
.cbplugin is the binary file produced after building the plugin. If you don't have it then you have to build the plugin.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline anhkenyt

  • Single posting newcomer
  • *
  • Posts: 3
Re: Vim plugins to CodeBlock (ubuntu)
« Reply #2 on: September 26, 2020, 04:44:53 pm »
Hi oBFusCATed,
Thanks for your quick answer. If you give me some suggestions for building the vim plugin from source code, that would've been incredible.
Excuse me if that stupid question.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Vim plugins to CodeBlock (ubuntu)
« Reply #3 on: September 26, 2020, 10:07:15 pm »
I don't know which particular vim plugins you're talking about, but they are not developed or supported by the C::B devs as far as I know.
You'll have to ask their author to help you build them.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]