mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 21:46:54 +02:00
feat: emacs - enable lsp & tree-sitter
This commit is contained in:
@@ -37,7 +37,11 @@ in {
|
||||
binutils # native-comp needs 'as', provided by this
|
||||
# 28.2 + native-comp
|
||||
((emacsPackagesFor emacs-unstable-nox).emacsWithPackages
|
||||
(epkgs: [epkgs.vterm]))
|
||||
(epkgs: [
|
||||
epkgs.vterm
|
||||
epkgs.rime
|
||||
epkgs.meow
|
||||
]))
|
||||
emacs-all-the-icons-fonts
|
||||
|
||||
## Doom dependencies
|
||||
|
||||
Reference in New Issue
Block a user