-
Created a quick script just to see what we have for plugins that might be abandoned or haven't been updated in a long time.
We could double check these and see if they don't have a new version beca…
-
Currently I'm using https://github.com/kana/vim-textobj-user but would like to know if TextObjectify provides any functionality I'd miss.
-
Hi,
Thanks for this awesome plugin and I am really enjoying it.
Current I am able to send code to the repl via motion command(j,k, etc) which is very convenient.
It will be nice if I can send …
-
Hello @tpope,
Continuing from the discussion in https://github.com/lervag/vimtex/issues/1096, I kept thinking about the subject and I was wondering whether you know or use any plugins which depend…
-
I'm an Atom [vim-mode-plus](https://atom.io/packages/vim-mode-plus) user who's been keeping an eye on VSCode for a while: one of the main things that's holding me back from switching is the inability …
-
After having intalled _vim-textobj-rubyblock_ to `.vim/bundle` using [Vundle](https://github.com/gmarik/vundle) I get the following error on opening Vim:
``` bash
Unknown Function: textobj#user#plug…
-
``` bash
Error detected while processing /Users/Jiks/.vim/bundle/vim-textobj-rubyblock/plugin/textobj/rubyblock.vim:
line 12:
E117: Unknown function: textobj#user#plugin
Press ENTER or type command …
-
This is how `vim-textobj-rubyblock` is installed if you're running Vim with Janus:
If you've not installed any plugins before:
```
mkdir ~/.janus
cd ~/.janus/
```
Then:
```
git clone https://gith…
jocke updated
10 years ago
-
I tried the plugin in a very current neovim.
I have
Plug 'kana/vim-textobj-user'
Plug 'thalesmello/vim-textobj-multiline-str'
It seems to get activated
```
:verbose map iq
o …
-
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:
```vim
Plug 'kana/vim-textobj-user'
Pl…