From 8a7cd484c033e2be3101c33dafce8af418042e79 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 26 Jan 2025 18:44:04 +0100 Subject: [PATCH] nvim/lua/user/plugins/editor.lua: change some plugins to mini --- nvim/lua/user/plugins/editor.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nvim/lua/user/plugins/editor.lua b/nvim/lua/user/plugins/editor.lua index 09412ea..d1a5112 100644 --- a/nvim/lua/user/plugins/editor.lua +++ b/nvim/lua/user/plugins/editor.lua @@ -2,6 +2,9 @@ local icons = require('user.icons') return { { import = "user.plugins.editor.treesitter" }, + { 'echasnovski/mini.pairs', version = '*', opts = {}}, + { 'echasnovski/mini.ai', version = '*', opts = {}}, + { 'echasnovski/mini.surround', version = '*', opts ={}}, { "mbbill/undotree", event = { "BufReadPre", "BufNewFile" }, @@ -35,11 +38,6 @@ return { empty_buf = "Alpha" }, }, - { - "windwp/nvim-autopairs", - event = "InsertEnter", - config = true, - }, { "lukas-reineke/indent-blankline.nvim", main = "ibl",