6 lines
91 B
Nix
6 lines
91 B
Nix
|
{
|
||
|
programs.neovim-flake.settings.vim = {
|
||
|
comments.comment-nvim.enable = true;
|
||
|
};
|
||
|
}
|