mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
fix(hmts): correct error message on no treesitter
This commit is contained in:
parent
b7a8b03190
commit
afc98b291d
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue