Fixed emacs lsp issues; general nix cleanup

This commit is contained in:
Random936
2024-09-22 18:17:10 -07:00
parent 6403840eb5
commit cc11a81c03
5 changed files with 9 additions and 9 deletions

View File

@@ -34,7 +34,10 @@ Below I am installing the actual package and adding some basic configuration.
#+begin_src emacs-lisp
(use-package lsp-ui
:hook (lsp-mode . lsp-ui-mode)
:config (setq lsp-ui-sideline-show-diagnostics t))
:config
(setq lsp-ui-sideline-enable t
lsp-ui-show-diagnostics t
lsp-ui-doc-enable t))
#+end_src
** Company Mode