feat: enable languages tag for neovim
This commit is contained in:
parent
a065e6dfc4
commit
12c8754584
4 changed files with 55 additions and 30 deletions
|
|
@ -61,6 +61,7 @@
|
|||
thunderbird = {
|
||||
enable = true;
|
||||
};
|
||||
neovim.enablelanguages = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
thunderbird = {
|
||||
enable = true;
|
||||
};
|
||||
neovim.enablelanguages = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
email = "noa@voorwaarts.nl";
|
||||
};
|
||||
apps.zsh.enable = true;
|
||||
apps.neovim.enablelanguages = true;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue