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)
|
||||
(add-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!)
|
||||
|
||||
(map! :after ccls
|
||||
|
Reference in New Issue
Block a user