vim-textobj-quote icon indicating copy to clipboard operation
vim-textobj-quote copied to clipboard

Not working in Ruby file

Open paddor opened this issue 2 years ago • 1 comments

Nothing happens when I viq or viQ inside a quoted string. vim-textobj-user and vim-textobj-quote are installed. I'm using NeoVim v0.6.1.

My config:

Plug 'kana/vim-textobj-user'
Plug 'preservim/vim-textobj-quote'
" ...

augroup textobj_quote
  autocmd!
  autocmd FileType ruby call textobj#quote#init({'educate': 0})
augroup END

paddor avatar May 18 '22 15:05 paddor

Does it work in other file formats? Does it work in the ruby file if you unset the filetype or set it to something unrelated (e.g. :set ft=text)? Do you have other plugins relating to text objects?

alerque avatar May 18 '22 15:05 alerque