mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/editor.lua: change some plugins to mini
This commit is contained in:
parent
214075db6d
commit
8a7cd484c0
1 changed files with 3 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue