Package Details: neovim-drop-in 1-1

Git Clone URL: https://aur.archlinux.org/neovim-drop-in.git (read-only, click to copy)
Package Base: neovim-drop-in
Description: Emulate vim and vi executables with neovim
Upstream URL: https://neovim.io/doc/user/vim_diff.html
Licenses: custom:none
Conflicts: gvim, neovim-symlinks, vi, vim
Provides: vi, vim, vim-runtime
Submitter: danielgreve
Maintainer: seadanda
Last Packager: danielgreve
Votes: 18
Popularity: 0.001609
First Submitted: 2016-11-02 13:25 (UTC)
Last Updated: 2016-11-02 13:55 (UTC)

Dependencies (2)

Required by (453)

Sources (6)

Latest Comments

taba commented on 2022-09-03 19:44 (UTC)

More POSIX compatibility would be nice. You should be able to easily map options read with getopts and environment variables to nvim options and environment variables. https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ex.html https://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html

konfou commented on 2017-08-17 01:33 (UTC)

> To do: Provide vimtutor I checked and nvim already has an en tutor file under ./usr/share/nvim/runtime/tutor/en/. So you can just bundle the ./usr/bin/vimtutor script from vim package. For full support (other languages) maybe you could cp the original tutor files from the vim-runtime package. In any case you will have to change the second to last command so it uses the correct files.