mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/intellitab: fix treesitter option usage
intellitab was still using the old deprecated option.
This commit is contained in:
parent
ca01a644ef
commit
53e85da240
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
|||
}
|
||||
];
|
||||
plugins.treesitter = {
|
||||
indent = true;
|
||||
settings.indent.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue