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