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 {
|
return {
|
||||||
{ import = "user.plugins.editor.treesitter" },
|
{ import = "user.plugins.editor.treesitter" },
|
||||||
|
{ 'echasnovski/mini.pairs', version = '*', opts = {}},
|
||||||
|
{ 'echasnovski/mini.ai', version = '*', opts = {}},
|
||||||
|
{ 'echasnovski/mini.surround', version = '*', opts ={}},
|
||||||
{
|
{
|
||||||
"mbbill/undotree",
|
"mbbill/undotree",
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
|
|
@ -35,11 +38,6 @@ return {
|
||||||
empty_buf = "Alpha"
|
empty_buf = "Alpha"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"windwp/nvim-autopairs",
|
|
||||||
event = "InsertEnter",
|
|
||||||
config = true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
main = "ibl",
|
main = "ibl",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue