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