adds nvim-surround (and select-multi-line as comment)
This commit is contained in:
parent
b799f6bf30
commit
dd7ea35be3
1 changed files with 20 additions and 0 deletions
|
@ -30,6 +30,26 @@ return {
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"kylechui/nvim-surround",
|
||||||
|
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||||
|
event = "VeryLazy",
|
||||||
|
config = function()
|
||||||
|
require("nvim-surround").setup({
|
||||||
|
-- Configuration here, or leave empty to use defaults
|
||||||
|
})
|
||||||
|
end
|
||||||
|
},
|
||||||
|
-- {
|
||||||
|
-- "Rasukarusan/nvim-select-multi-line",
|
||||||
|
-- -- version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||||
|
-- event = "VeryLazy",
|
||||||
|
-- config = function()
|
||||||
|
-- require("nvim-select-multi-line").setup({
|
||||||
|
-- -- Configuration here, or leave empty to use defaults
|
||||||
|
-- })
|
||||||
|
-- end
|
||||||
|
-- },
|
||||||
-- {
|
-- {
|
||||||
-- "loctvl842/monokai-pro.nvim",
|
-- "loctvl842/monokai-pro.nvim",
|
||||||
-- config = function()
|
-- config = function()
|
||||||
|
|
Loading…
Add table
Reference in a new issue