feat(nvf): finish rice
This commit is contained in:
parent
c09c7cd6c0
commit
4e33eff035
5 changed files with 34 additions and 1 deletions
7
modules/home/cli/editor/nvf/treesitter.nix
Normal file
7
modules/home/cli/editor/nvf/treesitter.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
autotagHtml = true;
|
||||
fold = true;
|
||||
context.enable = true;
|
||||
indent.disable = [ "markdown" ];
|
||||
textobjects.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue