Skip to content

Instantly share code, notes, and snippets.

@themancalledjakob
themancalledjakob / .ycm_extra_conf_openframeworks.py
Created November 29, 2018 20:37 — forked from daragao/.ycm_extra_conf_openframeworks.py
YouCompleteMe "let g:ycm_global_ycm_extra_conf = "~/.vim/.ycm_extra_conf_openframeworks.py"
# add this to your vimrc
#let g:ycm_global_ycm_extra_conf = "~/.vim/.ycm_extra_conf_openframeworks.py"
# Partially stolen from https://bitbucket.org/mblum/libgp/src/2537ea7329ef/.ycm_extra_conf.py
import os
import ycm_core
# These are the compilation flags that will be used in case there's no
# compilation database set (by default, one is not set).