chore: add echasnovski/mini.bracketed
parent
bdeeb36d89
commit
8a50f1229b
|
@ -133,6 +133,14 @@ require("packer").startup(function()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- https://github.com/echasnovski/mini.nvim#installation
|
||||||
|
use({
|
||||||
|
"echasnovski/mini.bracketed",
|
||||||
|
config = function()
|
||||||
|
require("mini.bracketed").setup()
|
||||||
|
end,
|
||||||
|
})
|
||||||
|
|
||||||
-- Colorschemes
|
-- Colorschemes
|
||||||
-- https://github.com/cocopon/iceberg.vim
|
-- https://github.com/cocopon/iceberg.vim
|
||||||
use("cocopon/iceberg.vim")
|
use("cocopon/iceberg.vim")
|
||||||
|
|
Loading…
Reference in New Issue