jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Install on neovim #285

Closed TransGirlCodes closed 4 years ago

TransGirlCodes commented 6 years ago

I've tried to download the orgmode.vba (version 0.5) from the vim.org website as the readme guide suggested, and did :so % but I got messages saying:

Error detected while processing /Users/bward/Desktop/orgmode.vba:
line    2:
E492: Not an editor command: UseVimball
Press ENTER or type command to continue

What is the correct installation procedure on neovim?

Psirus commented 6 years ago

I think installing from vimball is effectively deprecated. I'd suggest using a package manager, for example Pathogen or vim-plug.

boydkelly commented 6 years ago

The documentation is kind of weird since it recommends pathogen for installing the optional/recommended plugins, but then only suggests installing itself from vmb or vma or using vim-plug or dein.vim. I was left wondering if I can't use pathogen to install.

XVilka commented 5 years ago

I will deprecate the vimball, and add Pathogen, Vundle and Plug as the most popular nowadays.

alinoeabrassart commented 4 years ago

This is now working on neovim, I use it everyday.

XVilka commented 4 years ago

Fixed in https://github.com/jceb/vim-orgmode/commit/2fd96452472436c067271d672072696548ddb699

Feel free to open a new issue if you feel something is not clear still.