Use eglot as the LSP client for Rust files
This commit is contained in:
parent
a78f1f371a
commit
915fbd289e
1 changed files with 4 additions and 1 deletions
|
|
@ -273,7 +273,10 @@
|
|||
:config
|
||||
(direnv-mode))
|
||||
|
||||
(use-package rustic)
|
||||
(use-package rustic
|
||||
:custom
|
||||
(rustic-lsp-client 'eglot)
|
||||
)
|
||||
|
||||
(use-package gptel)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue