mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add lsp support to cmake-mode
This commit is contained in:
@ -229,7 +229,8 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
|
|||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(add-hook! '(c-mode-local-vars-hook
|
(add-hook! '(c-mode-local-vars-hook
|
||||||
c++-mode-local-vars-hook
|
c++-mode-local-vars-hook
|
||||||
objc-mode-local-vars-hook)
|
objc-mode-local-vars-hook
|
||||||
|
cmake-mode-local-vars-hook)
|
||||||
#'lsp!)
|
#'lsp!)
|
||||||
|
|
||||||
(map! :after ccls
|
(map! :after ccls
|
||||||
|
Reference in New Issue
Block a user