feat(nvim)!: use comment.nvim instead of mini.nvim

This commit is contained in:
Moritz Böhme 2023-07-25 16:15:18 +02:00
parent 33532b1bf6
commit 59a4dc527a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 7 additions and 40 deletions

View file

@ -254,5 +254,12 @@ with builtins;
}
];
}
{
plugin = nvim-surround;
event = [ "BufReadPost" "BufNewFile" ];
conf = ''
require("nvim-surround").setup({})
'';
}
];
}