config: add lsp support

Signed-off-by: Artur Manuel <balkenix@outlook.com>
This commit is contained in:
Artur Manuel 2024-07-17 20:13:20 +01:00
commit 0e5273dd8a
2 changed files with 168 additions and 5 deletions

View file

@ -20,6 +20,16 @@ emacsWithPackagesFromUsePackage {
doom-modeline
nerd-icons
flycheck
which-key
lsp-mode
lsp-ui
treemacs
lsp-treemacs
consult-lsp
treemacs-icons-dired
treemacs-nerd-icons
nerd-icons
all-the-icons
];
override = _: prev: { use-package = prev.emacs; };
}