feat(nvim): add nvim-various-textobs plugin
This commit is contained in:
parent
8b0fad5b50
commit
d565b26a8f
@ -102,6 +102,13 @@ lazy.setup({
|
|||||||
-- before = "folke/noice.nvim",
|
-- before = "folke/noice.nvim",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
require("various-textobjs").setup({
|
||||||
|
useDefaultKeymaps = true
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
|
Loading…
Reference in New Issue
Block a user