Browse Source

Enable LSP stuff

master
Julio Biason 4 years ago
parent
commit
0a3ec03e2e
  1. 4
      emacs.d/init.el

4
emacs.d/init.el

@ -42,7 +42,9 @@
:ensure t :ensure t
:hook ((python-mode . lsp) :hook ((python-mode . lsp)
(rust-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 (use-package lsp-ui
:commands lsp-ui-mode :commands lsp-ui-mode
:ensure t :ensure t

Loading…
Cancel
Save