el-get/recipes/cpputils-cmake.rcp

9 lines
467 B
Plaintext
Raw Normal View History

(:name cpputils-cmake
:website "https://github.com/redguardtoo/cpputils-cmake"
:description "cpputils-cmake automatically enable real time syntax check (Flymake) and IntelliSense (auto-complete+auto-complete-clang, company-mode) if you use CMake."
:type github
:pkgname "redguardtoo/cpputils-cmake"
:init (progn
(add-hook 'c-mode-hook #'cppcm-reload-all)
(add-hook 'c++-mode-hook #'cppcm-reload-all)))