Add rust-mode
This commit is contained in:
parent
a4479b5fd7
commit
cafe0329a6
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -366,6 +366,9 @@
|
||||||
:hook ((haskell-mode . lsp)
|
:hook ((haskell-mode . lsp)
|
||||||
(haskell-literate-mode . lsp)))
|
(haskell-literate-mode . lsp)))
|
||||||
|
|
||||||
|
(use-package rust-mode
|
||||||
|
:straight t)
|
||||||
|
|
||||||
(use-package lsp-pyright
|
(use-package lsp-pyright
|
||||||
:straight t
|
:straight t
|
||||||
:hook (python-mode . (lambda ()
|
:hook (python-mode . (lambda ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue