LukasScheucher/dotvim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
nstallation:
git clone git://github.com/nelstrom/dotvim.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
Switch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim
v git submodule init
git submodule update
some important notes from sebi-session
whenever i have a bigger project, there is this ycm extra config python script that i have to place inside the directory of the code.
this allows for detialed compiler warnings thanks to clang
whenever I start a new project, I simply call "ctags ." to create a tags file. vim now automatically detects the tags file