added mini.surround
This commit is contained in:
@@ -1,24 +1,31 @@
|
||||
return {
|
||||
{
|
||||
"nvim-lua/plenary.nvim",
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"christoomey/vim-tmux-navigator",
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"mbbill/undotree",
|
||||
keys = {
|
||||
{
|
||||
"<leader>u",
|
||||
":UndotreeToggle<CR>",
|
||||
}
|
||||
}
|
||||
},
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
{
|
||||
"RRethy/vim-illuminate",
|
||||
event = "VeryLazy"
|
||||
{
|
||||
"nvim-lua/plenary.nvim",
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"christoomey/vim-tmux-navigator",
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"mbbill/undotree",
|
||||
keys = {
|
||||
{
|
||||
"<leader>u",
|
||||
":UndotreeToggle<CR>",
|
||||
},
|
||||
},
|
||||
},
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
{
|
||||
"RRethy/vim-illuminate",
|
||||
event = "VeryLazy",
|
||||
},
|
||||
{
|
||||
"echasnovski/mini.surround",
|
||||
version = "*",
|
||||
config = function()
|
||||
require("mini.surround").setup()
|
||||
end
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user