Skip to content

zlicdt/vim-configure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vim configure

Requirements

First, you'd to install Vundle

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

Then clone this repository, and put the .vimrc to your home directory

git clone https://github.com/zlicdt/vim-configure && cd vim-configure && mv .vimrc ~/.vimrc && cd .. && rm -rf vim-configure

Install

Launch vim with that args to install files

vim "+PluginInstall"

To build YouCompleteMe, follow that instruction

# For example, a YouCompleteMe with C/C++ support
./install.py --clangd-completer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published