mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-06-17 17:24:38 +02:00
11 lines
140 B
Nix
11 lines
140 B
Nix
{ ... }:
|
|
{
|
|
plugins.guess-indent = {
|
|
enable = true;
|
|
settings = {
|
|
underline.enable = true;
|
|
static.enable = true;
|
|
};
|
|
};
|
|
}
|