fix(hmts): correct error message on no treesitter

This commit is contained in:
Petr Portnov | PROgrm_JARvis 2024-06-04 16:48:13 +03:00 committed by GitHub
parent b7a8b03190
commit afc98b291d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ in
config = mkIf cfg.enable {
warnings = optional (!config.plugins.treesitter.enable) [
"Nixvim: treesitter-refactor needs treesitter to function as intended"
"Nixvim: hmts needs treesitter to function as intended"
];
extraPlugins = [ cfg.package ];