Skip to content

dimddev/vim-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

A Python, Rust, C++ and HTML5 VIM IDE

First we need to install Vundle:

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

Next clone or get .vimrc:

$ wget https://raw.githubusercontent.com/dimddev/vim-ide/master/.vimrc ~

The above command will download .vimrc in your home directory.

Install all plugins and transform your vim to IDE.

First open vim and type :PluginInstall. This will install all required plugins.

The YouCompleteMe plugin require cmake and probably manual installation as well. If that the case:

$ cd ~/.vim/bundle/YouCompleteMe
$ sudo ./install.py  # this require cmake!

After this steps YouCompleteMe should works as well.

So that's it, now your vim was transformed into nice IDE. You could inspect .vimrc, for what plugins are installed and you can get more information about them from the official web sites.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published