7 lines
130 B
Nix
7 lines
130 B
Nix
{
|
|
autotagHtml = true;
|
|
fold = true;
|
|
context.enable = true;
|
|
indent.disable = [ "markdown" ];
|
|
textobjects.enable = true;
|
|
}
|