Tag: vim

  • Vim as your C/C++ IDE using c.vim Plugin

    c.vim : C/C++ IDE

    Features

    • Statement oriented editing of C / C++ programs.
    • Speed up writing new code considerably.
    • Write code und comments with a professional appearance from the beginning.
    • Use code snippets

    Download

    Dowload c.vim 6.0

    I have edited this plugin according to Doxygen comments for C/C++ Coding. I you want that then you can download it from here.

    Installation

    Open terminal and follow steps.

    $ mkdir ~/.vim

    $ cd ~/.vim

    $ unzip /path/to/c.vim.zip/file

    Enable the plugin by adding the following line in ~/.vimrc file.

    filetype plugin on

    Also check HotKeys for c.vim plugin

    Your plugin is installed. Have fun.