From 0961985fb46997bd6a4d71bba439aa2961ce1dc1 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 8 Jan 2025 03:32:22 +0200 Subject: [PATCH] fix(nvim): vim-textobj-xmlattr init --- config/nvim/lua/plugins/code.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/config/nvim/lua/plugins/code.lua b/config/nvim/lua/plugins/code.lua index 93e2f0a..31f82af 100644 --- a/config/nvim/lua/plugins/code.lua +++ b/config/nvim/lua/plugins/code.lua @@ -150,7 +150,6 @@ return { { 'whatyouhide/vim-textobj-xmlattr', dependencies = { 'kana/vim-textobj-user' }, - opts = {}, }, -- Describe the regexp under the cursor