feat(nvim): add nvim-various-textobs plugin

This commit is contained in:
Price Hiller 2023-03-02 18:28:17 -06:00
parent 8b0fad5b50
commit d565b26a8f
No known key found for this signature in database

View File

@ -102,6 +102,13 @@ lazy.setup({
-- before = "folke/noice.nvim",
},
{
require("various-textobjs").setup({
useDefaultKeymaps = true
})
end,
},
{
"nvim-treesitter/nvim-treesitter-textobjects",
event = "VeryLazy",