lang/rust: fix cannot load file t error with +lsp
This commit is contained in:
parent
cc3a793407
commit
7f735bcafa
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
:config
|
||||
(setq rustic-indent-method-chain rust-indent-method-chain
|
||||
rustic-flycheck-setup-mode-line-p nil
|
||||
rustic-rls-pkg (featurep! +lsp)))
|
||||
rustic-rls-pkg (if (featurep! +lsp) 'lsp-mode)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue