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)
|
||||
(haskell-literate-mode . lsp)))
|
||||
|
||||
(use-package rust-mode
|
||||
:straight t)
|
||||
|
||||
(use-package lsp-pyright
|
||||
:straight t
|
||||
:hook (python-mode . (lambda ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue