nvf: 0.7 changes

This commit is contained in:
ooks-io 2024-12-07 22:52:48 +11:00
parent 671da8f322
commit aaa88d49d7
3 changed files with 10 additions and 9 deletions

View file

@ -0,0 +1,9 @@
{
vim = {
options = {
tabstop = 2;
shiftwidth = 2;
autoindent = true;
};
};
}