mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
2ef1e7e634
YouCompleteMe is a plugin for Vim which provides code-completion functionality. This change adds a configuration file which makes YouCompleteMe aware of which compile flags to use with clangd.
439 B
439 B
Vim Project Configuration
Vim can be configured to use the YouCompleteMe plugin to provide code-completion.
Once you've installed the YouCompleteMe plugin you should whitelist the
configuration file that is part of the SerenityOS repository. You can
do this by adding the following option to your .vimrc
file:
let g:ycm_extra_conf_globlist = ['~/serenity/.ycm_extra_conf.py']