blob: 2149cdcb7d255f203a446f7bec24774ee6374fe3 [file] [log] [blame]
{pkgs, ...}: {
programs.neovim = {
plugins = [pkgs.vimPlugins.nvim-surround];
extraConfig = "source ${./surround.lua}";
};
}