2 Commits
Author SHA1 Message Date
rootiest 8d6103ec07 feat: add mini.pairs plugin
Automatically enters closing symbol after the cursor when user inserts
an opening symbol.

Ex: Type { and a } is added after the cursor.
2026-04-17 19:05:58 -04:00
rootiest 2e499ca1cb chore: commit nvim-pack-lock.json to maintain package versions across clones 2026-04-17 19:03:23 -04:00
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -168,6 +168,10 @@ lazyload.on_vim_enter(function()
vim.pack.add({ { src = "https://github.com/echasnovski/mini.surround", name = "mini.surround" } })
require("mini.surround").setup()
-- Mini.pairs
vim.pack.add({ { src = "https://github.com/echasnovski/mini.pairs", name = "mini.pairs" } })
require("mini.pairs").setup()
-- Undotree
vim.g.undotree_ShortIndicators = 0
vim.g.undotree_SplitWidth = 32
+4
View File
@@ -64,6 +64,10 @@
"rev": "43eb2074843950a3a25aae56a5f41362ec043bfa",
"src": "https://github.com/echasnovski/mini.ai"
},
"mini.pairs": {
"rev": "42387c7fe68fc0b6e95eaf37f1bb76e7bffaa0d9",
"src": "https://github.com/echasnovski/mini.pairs"
},
"mini.surround": {
"rev": "2715e04bea3ec9244f15b421dc5b18c0fe326210",
"src": "https://github.com/echasnovski/mini.surround"