Merge pull request #2073 from flatwhatson/cmake-docs
lang/cc: use CMake docset for cmake-mode
This commit is contained in:
commit
24efd5b909
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@ This is ignored by ccls.")
|
||||||
;;
|
;;
|
||||||
;; Major modes
|
;; Major modes
|
||||||
|
|
||||||
|
(use-package! cmake-mode
|
||||||
|
:defer t
|
||||||
|
:config (set-docsets! 'cmake-mode "CMake"))
|
||||||
|
|
||||||
(use-package! company-cmake ; for `cmake-mode'
|
(use-package! company-cmake ; for `cmake-mode'
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
:after cmake-mode
|
:after cmake-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue