Y
Hacker News
new
|
ask
|
show
|
jobs
by
empath75
3337 days ago
The simple answer is probably the correct one. It's not included by default in any distributions.
3 comments
cosarara97
3337 days ago
Some distros do have it in the official repos
https://github.com/neovim/neovim/wiki/Installing-Neovim
link
executesorder66
3337 days ago
Yes, but it is not installed as the default text editor. Unlike vi/vim/nano
link
cosarara97
3337 days ago
The default is usually vi or nano, not full vim. So installing vim or neovim should take about the same effort.
link
vopi
3337 days ago
In what distros? Ubuntu comes with vim.
link
pcmonk
3337 days ago
Yeah, but it's vim.tiny. They don't even alias it to `vim` because it's not full vim.
link
cryptarch
3337 days ago
Debian Stable (without a DE) only comes with nano AFAIK.
link
gh02t
3337 days ago
It has vi in the base system, specifically `vim-tiny`. Vi is mandated by POSIX, so pretty much every distro includes some minimal version of it in the base system. `nvi` is also used sometimes instead.
link
jimktrains2
3337 days ago
I'd bet good money both ed and vi are there as they are specified by POSIX iirc.
link
baldfat
3337 days ago
It's in the official repos for many distros including OpenSUSE.
I actually am fixing up the install documents even though I don't use Neovim
link
ptero
3337 days ago
Debian (albeit only stretch) has it.
link
JdeBP
3337 days ago
... and that's version 0.1.7 .
link