17 lines
208 B
Nix
17 lines
208 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.nixvim = {
|
|
plugins = {
|
|
comment = {
|
|
enable = true;
|
|
settings = {
|
|
mappings = {
|
|
basic = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|