feat: rust + lua integration

This commit is contained in:
Muhammad Nauman Raza 2022-11-15 22:02:39 +00:00
parent 8d98873a7b
commit 29d072db59
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -16,5 +16,13 @@
:hook
(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
(add-hook 'prog-mode-hook 'electric-pair-mode)