Compare commits
2
Commits
0990818e07
...
8d6103ec07
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d6103ec07
|
||
|
|
2e499ca1cb
|
@@ -168,6 +168,10 @@ lazyload.on_vim_enter(function()
|
|||||||
vim.pack.add({ { src = "https://github.com/echasnovski/mini.surround", name = "mini.surround" } })
|
vim.pack.add({ { src = "https://github.com/echasnovski/mini.surround", name = "mini.surround" } })
|
||||||
require("mini.surround").setup()
|
require("mini.surround").setup()
|
||||||
|
|
||||||
|
-- Mini.pairs
|
||||||
|
vim.pack.add({ { src = "https://github.com/echasnovski/mini.pairs", name = "mini.pairs" } })
|
||||||
|
require("mini.pairs").setup()
|
||||||
|
|
||||||
-- Undotree
|
-- Undotree
|
||||||
vim.g.undotree_ShortIndicators = 0
|
vim.g.undotree_ShortIndicators = 0
|
||||||
vim.g.undotree_SplitWidth = 32
|
vim.g.undotree_SplitWidth = 32
|
||||||
|
|||||||
@@ -64,6 +64,10 @@
|
|||||||
"rev": "43eb2074843950a3a25aae56a5f41362ec043bfa",
|
"rev": "43eb2074843950a3a25aae56a5f41362ec043bfa",
|
||||||
"src": "https://github.com/echasnovski/mini.ai"
|
"src": "https://github.com/echasnovski/mini.ai"
|
||||||
},
|
},
|
||||||
|
"mini.pairs": {
|
||||||
|
"rev": "42387c7fe68fc0b6e95eaf37f1bb76e7bffaa0d9",
|
||||||
|
"src": "https://github.com/echasnovski/mini.pairs"
|
||||||
|
},
|
||||||
"mini.surround": {
|
"mini.surround": {
|
||||||
"rev": "2715e04bea3ec9244f15b421dc5b18c0fe326210",
|
"rev": "2715e04bea3ec9244f15b421dc5b18c0fe326210",
|
||||||
"src": "https://github.com/echasnovski/mini.surround"
|
"src": "https://github.com/echasnovski/mini.surround"
|
||||||
|
|||||||
Reference in New Issue
Block a user