feat: replace nvim-autopairs, oil.nvim, indent-blankline with mini equivalents

This commit is contained in:
antoine 2026-04-18 10:52:46 +02:00
parent 5fe755637f
commit 4d46c4bcbe
Signed by: antoine
GPG key ID: 9EB6BAADC51B6133
3 changed files with 6 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
vim = {
autopairs.nvim-autopairs.enable = true;
mini.pairs.enable = true;
comments.comment-nvim.enable = true;
extraPlugins = with pkgs.vimPlugins; {