Skip to content

ximsfei/vimrc-vundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

vimrc-vundle 使用说明

  • vim插件管理

    使用Vundle来管理vim插件

      $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    

    vim-scripts.org中查找可用插件

  • 常用插件

    taglist

    配合ctags使用

    scrooloose/nerdtree

    winmanager

    ximsfei/cscope_maps

    配合cscope使用

    godlygeek/tabular

    plasticboy/vim-markdown

    Shougo/neocomplete

    在Ubuntu中使用, 确定安装了一下任何一个包

    vim-nox vim-gtk vim-gnome vim-athena

    在MacOS中使用, 可以安装MacVim, 也可以安装vim --with-lua. MacVim依赖XCode.app

  • example

      $ git clone https://github.com/ximsfei/vimrc-vundle.git
      $ cp vimrc-vundle/.vimrc ~/
      $ rm -rf vimrc-vundle
      $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
      $ vim
        :PluginInstall
    
    • Ubuntu中安装vim-nox

          $ sudo apt-get install vim-nox
      
    • Mac OS中安装MacVim

          $ brew install macvim --with-cscope --with-lua
          $ brew linkapps macvim
      

      或者

        $ brew install vim --with-lua
      

About

.vimrc for vundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published