Configuring Vim for C++

后端 未结 3 1361
清歌不尽
清歌不尽 2020-12-04 04:13

I would like to make vim my C++ editor. I have very little experience working with it and need help in configuring vim to work with C++. I need such features as

3条回答
  •  天涯浪人
    2020-12-04 04:50

    NERDTree http://www.vim.org/scripts/script.php?script_id=1658

    Exuberant ctags (vim already supports the hotkeys natively) http://ctags.sourceforge.net/

    taglist: http://vim-taglist.sourceforge.net/

    snipmate: http://www.vim.org/scripts/script.php?script_id=2540

    I don't do omnicompletion just the usual ^n ^p stuff but there are plenty of resources to google for.

提交回复
热议问题