languages/odin: init

This commit is contained in:
diniamo 2024-12-21 01:15:10 +01:00
commit 90a5a42742
4 changed files with 78 additions and 1 deletions

View file

@ -57,6 +57,7 @@ in {
};
};
};
config = mkIf cfg.enable (mkMerge [
(mkIf cfg.treesitter.enable {
vim.treesitter.enable = true;