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

How do I install this?

Open capn-freako opened this issue 7 years ago • 2 comments

I tried making use of the Makefile I found in the archive, but no joy:

Davids-Air-2:vim-textobj-user-0.3.12 dbanas$ ls                                                       │
Makefile        autoload        doc             mduem           test                                  │GHCi, version 8.0.2: http://www.haskell.org/ghc/  :? for help
Davids-Air-2:vim-textobj-user-0.3.12 dbanas$ make                                                     │[1 of 4] Compiling ConCat.Learn.Util ( /Users/dbanas/Documents/Projects/Target/concat-learn/src/ConCa
GENERATE .mduem/cache/Makefile.variables                                                              │t/Learn/Util.hs, interpreted )
make: Nothing to be done for `all'.                                                                   │[2 of 4] Compiling ConCat.Learn.DFE ( /Users/dbanas/Documents/Projects/Target/concat-learn/src/ConCat

capn-freako avatar Dec 16 '17 00:12 capn-freako

I'm not involved in this package in any way, but I happend to stumble in here. May I recommend Vundle for installing Vim plugins?

https://github.com/VundleVim/Vundle.vim

sigvaldm avatar Jan 25 '18 12:01 sigvaldm

Can confirm, I got it installed and working with Vundle:

Plugin 'kana/vim-textobj-user'

works well :)

rgould avatar Jul 06 '20 09:07 rgould