feat: rust + lua integration
This commit is contained in:
parent
8d98873a7b
commit
29d072db59
|
@ -16,5 +16,13 @@
|
||||||
:hook
|
:hook
|
||||||
(go-mode . flycheck-mode)) ; Enable flycheck-mode by default
|
(go-mode . flycheck-mode)) ; Enable flycheck-mode by default
|
||||||
|
|
||||||
|
;; Rust
|
||||||
|
(use-package rustic
|
||||||
|
:custom
|
||||||
|
(rustic-lsp-client 'eglot)) ; Make eglot the default LSP client
|
||||||
|
|
||||||
|
;; Lua
|
||||||
|
(use-package lua-mode)
|
||||||
|
|
||||||
;; Autobrackets
|
;; Autobrackets
|
||||||
(add-hook 'prog-mode-hook 'electric-pair-mode)
|
(add-hook 'prog-mode-hook 'electric-pair-mode)
|
||||||
|
|
Reference in a new issue