languages: move to mkGrammarOption in remaining languages

This commit is contained in:
poz 2025-07-21 10:53:47 +02:00
commit adfb0d1fec
No known key found for this signature in database
3 changed files with 4 additions and 14 deletions

View file

@ -49,7 +49,6 @@ in {
treesitter = {
enable = mkEnableOption "YAML treesitter" // {default = config.vim.languages.enableTreesitter;};
package = mkGrammarOption pkgs "yaml";
};