diff options
| author | JackJ30 <jackqjamison@proton.me> | 2025-01-02 20:07:27 -0500 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2025-01-02 20:07:27 -0500 |
| commit | 84b1177f2b9433e2b282b049e1c0a04441dff3dc (patch) | |
| tree | 05526c1a5a7fad907caff5bfa0eabdd4587bf7a3 /.config/emacs/init.el | |
| parent | 442486014297198a8334f71ee84919164c826e7f (diff) | |
improve lsp
Diffstat (limited to '.config/emacs/init.el')
| -rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 0580473..3f58e9c 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -8,7 +8,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(no-littering vertico orderless marginalia vc-use-package miasma-theme kind-icon dracula-theme corfu))) + '(lsp-ui lsp-mode rainbow-delimiters yasnippet-snippets markdown-mode yasnippet no-littering vertico orderless marginalia vc-use-package miasma-theme kind-icon dracula-theme corfu))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |
