Merge pull request #2073 from flatwhatson/cmake-docs

lang/cc: use CMake docset for cmake-mode
This commit is contained in:
Henrik Lissner 2019-11-18 19:10:24 -05:00 committed by GitHub
commit 24efd5b909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,6 +160,10 @@ This is ignored by ccls.")
;;
;; Major modes
(use-package! cmake-mode
:defer t
:config (set-docsets! 'cmake-mode "CMake"))
(use-package! company-cmake ; for `cmake-mode'
:when (featurep! :completion company)
:after cmake-mode