Skip to content

This is my vim config. There are many like it, but mine is worse.

Notifications You must be signed in to change notification settings

DanielIndictor/vimconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository should be moved to your .vim directory. Crucially, it provides clangd errors (telling you which line has coding errors) as well as auto-formatting of C/C++ files (both on save and on operator =.

To set it up, you'll need to do:

git clone [email protected]:DanielIndictor/vimconfig.git
cd vimconfig
git submodule init
git submodule update

Next, open vim (which should give some error messages possibly) and run the command

:PluginInstall

This'll take a bit.

Close vim, and, from vimconfig/, run the following:

cd bundle/YouCompleteMe
./install.py --clangd-completer

This'll require you have Python and clangd installed.

And that's it! Open a c++ file and check if it works!

About

This is my vim config. There are many like it, but mine is worse.

Resources

Stars

Watchers

Forks