home-manager/programs/editors/neovim: add typst support
This commit is contained in:
parent
82d7029260
commit
7f9715af40
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
ts.enable = true;
|
ts.enable = true;
|
||||||
css.enable = true;
|
css.enable = true;
|
||||||
|
typst.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
treesitter = {
|
treesitter = {
|
||||||
|
|
Loading…
Reference in a new issue