Add lsp support to cmake-mode
This commit is contained in:
parent
6f3f4de46d
commit
5233042f4a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue