Added guess-indent to nixvim

This commit is contained in:
2025-06-16 12:14:28 +02:00
parent e2c9df0ccd
commit 9d25a26cd9
3 changed files with 70 additions and 63 deletions

View File

@@ -0,0 +1,6 @@
{ ... }:
{
programs.nixvim.plugins.guess-indent = {
enable = true;
};
}