mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-08 12:36:59 +01:00
7 lines
61 B
Nix
7 lines
61 B
Nix
{ ... }:
|
|
{
|
|
plugins.guess-indent = {
|
|
enable = true;
|
|
};
|
|
}
|