aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-01-15 14:04:44 -0500
committerJesús <heckyel@hyperbola.info>2022-01-15 14:04:44 -0500
commit466d3c421320209d8fa4ad6faa85a6096249057a (patch)
tree6088d96792f31e1ba61d8cb6ab7a9bc31d638f07
parent46552ee63da257edb74a9bf9cb96edf052fa1310 (diff)
downloademacs-personal-466d3c421320209d8fa4ad6faa85a6096249057a.tar.lz
emacs-personal-466d3c421320209d8fa4ad6faa85a6096249057a.tar.xz
emacs-personal-466d3c421320209d8fa4ad6faa85a6096249057a.zip
Add lsp-ui
-rw-r--r--modules/init-linter.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/init-linter.el b/modules/init-linter.el
index a8f213b..f6262c0 100644
--- a/modules/init-linter.el
+++ b/modules/init-linter.el
@@ -15,6 +15,8 @@
:config
(lsp-treemacs-sync-mode 1))
+(use-package lsp-ui)
+
(use-package dap-mode)
(provide 'init-linter)