mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: increase fold level
This commit is contained in:
parent
82a9a5af6b
commit
b7ec14467a
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
||||||
number = true;
|
number = true;
|
||||||
shiftwidth = 2;
|
shiftwidth = 2;
|
||||||
tabstop = 4;
|
tabstop = 4;
|
||||||
foldlevel = 9;
|
foldlevel = 15;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue