vim-textobj-user
vim-textobj-user copied to clipboard
How do I install this?
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
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
Can confirm, I got it installed and working with Vundle:
Plugin 'kana/vim-textobj-user'
works well :)