A Neovim plugin which can be used as a training aid or leader-triggered replacement for some of the key combinations when using kylechui/nvim-surround.
This plugin uses folke/which-key.nvim.
{
"roobert/surround-ui.nvim",
dependencies = {
"kylechui/nvim-surround",
"folke/which-key.nvim",
},
config = function()
require("surround-ui").setup({
root_key = "S"
})
end,
}
use({
"roobert/surround-ui.nvim",
dependencies = {
"kylechui/nvim-surround",
"folke/which-key.nvim",
},
config = function()
require("surround-ui").setup({
root_key = "S"
})
end,
})