mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 02:34:34 +02:00
plugins/hmts: add warning when treesitter is not enabled
This commit is contained in:
parent
889144c0b1
commit
d137555971
2 changed files with 13 additions and 12 deletions
|
@ -1,11 +1,8 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.hmts.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.hmts = {
|
||||
enable = true;
|
||||
plugins = {
|
||||
hmts.enable = true;
|
||||
treesitter.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue