10 lines
110 B
Nix
10 lines
110 B
Nix
|
{
|
||
|
programs.nixvim = {
|
||
|
plugins = {
|
||
|
nvim-surround = {
|
||
|
enable = true;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|