10 lines
152 B
Nix
10 lines
152 B
Nix
|
_: {
|
||
|
programs.nixvim.plugins.neocord = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
auto_update = true;
|
||
|
enable_line_number = true;
|
||
|
};
|
||
|
};
|
||
|
}
|