chore: add treesitter and nix syntax highlighting
This commit is contained in:
parent
ef0fb744f3
commit
aee63f155c
2 changed files with 6 additions and 1 deletions
|
@ -178,4 +178,7 @@
|
||||||
:config
|
:config
|
||||||
(load-theme 'base16-oxocarbon-dark t))
|
(load-theme 'base16-oxocarbon-dark t))
|
||||||
|
|
||||||
|
(use-package nix-ts-mode
|
||||||
|
:mode "\\.nix\\'")
|
||||||
|
|
||||||
(provide 'config)
|
(provide 'config)
|
||||||
|
|
|
@ -33,8 +33,10 @@ in
|
||||||
consult
|
consult
|
||||||
embark
|
embark
|
||||||
embark-consult
|
embark-consult
|
||||||
base16-theme
|
base16-theme
|
||||||
|
nix-ts-mode
|
||||||
;
|
;
|
||||||
|
treesit-grammars = e.treesit-grammars.with-all-grammars;
|
||||||
};
|
};
|
||||||
override = _: prev: { use-package = prev.emacs; };
|
override = _: prev: { use-package = prev.emacs; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue