Skip to content

byjml/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

VIM + Vundle Setup.

Installation

  1. Download
wget -O install.sh https://raw.githubusercontent.com/byjamaljama/vim/main/install.sh
  1. Make it executable
chmod u+x install.sh
  1. Run
./install.sh
  1. Open vim and install the bundle
vim
:PluginInstall
  1. Install YCM
cd ~/.vim/bundle/YouCompleteMe
# You may need to install cmake if not installed.
#sudo pip install cmake

# Install YouCompleteMe
python3 install.py --all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published