blob: a4d02afa618ab3b0cddf6041961aa08af8c0c8d9 [file] [log] [blame]
{ pkgs, ... }: {
programs.neovim.plugins = [ pkgs.vimPlugins.vim-commentary ];
}