mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): update to new API
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
"chrisgrieser/nvim-various-textobjs",
|
"chrisgrieser/nvim-various-textobjs",
|
||||||
config = function()
|
config = function()
|
||||||
require("various-textobjs").setup({
|
require("various-textobjs").setup({
|
||||||
useDefaultKeymaps = true,
|
keymaps = {
|
||||||
})
|
useDefaults = true,
|
||||||
end,
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user