mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
feat: add Dotbot
This commit is contained in:
8
config/nvim/lua/plugins/various-textobjs.lua
Normal file
8
config/nvim/lua/plugins/various-textobjs.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"chrisgrieser/nvim-various-textobjs",
|
||||
config = function()
|
||||
require("various-textobjs").setup({
|
||||
useDefaultKeymaps = true,
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user