mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-09-27 04:37:52 +02:00
format: blank-indent.nix
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
plugins.guess-indent = {
|
plugins.guess-indent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
underline.enable = true;
|
underline.enable = true;
|
||||||
static.enable = true;
|
static.enable = true;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user