From 0a3ec03e2e403c275804ad3088bb26000e6a4e08 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 26 Dec 2020 06:57:30 -0300 Subject: [PATCH] Enable LSP stuff --- emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 1614b8a..d386ab4 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -42,7 +42,9 @@ :ensure t :hook ((python-mode . lsp) (rust-mode . lsp)) - :commands lsp) + :commands lsp + :config (setq lsp-enable-indentation t + lsp-enable-on-type-formatting t)) (use-package lsp-ui :commands lsp-ui-mode :ensure t