Skip to content

nikmeiser/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nikhil's dotfiles

Refrences

VIM Config

  • Copy the vimrc to ~/.vimrc
  • Then go into vim and run :PluginInstall
  • Then go to your terminal and compile ycm and regex
cd ~
mkdir ycm_build
cd ycm_build
cmake -G "Unix Makefiles" . ~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp
cmake --build . --target ycm_core
cd ..

mkdir regex_build
cd regex_build
cmake -G "Unix Makefiles" . ~/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/cregex
cmake --build . --target _regex
  • My pip config enforces Python virtual environments so YCM will not work without a Python executable specified

About

like it says

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published