lsp improvements

This commit is contained in:
Grigory Shipunov 2021-12-17 02:32:47 +01:00
parent ae4d5a8a23
commit f83a4d3a60
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -337,10 +337,16 @@
(python-mode . lsp)
(LaTeX-mode . lsp)
(TeX-mode . lsp)
(ess-r-mode . lsp)
(lsp-mode . lsp-enable-which-key-integration))
:commands lsp)
(use-package lsp-ui :straight t :commands lsp-ui-mode)
;; snippets
(straight-use-package 'yasnippet)
(yas-global-mode t)
(diminish 'yas-minor-mode)
;; I use custom vars for local config, so let's put them to separate file, where
;; it's easier for git to ignore it
(setq custom-file "~/.emacs.d/custom.el")