Live data from Hacker News

Neovim 0.5 is overpowering

crispgm.com

1–10 of 429 posts

Re: Neovim 0.5 is overpowering

#2
Neovim 0.5 is awesome. It has native LSP support, Lua configuration support that it feels like true revolution over past versions.

But, getting into optimal setup in neovim/vim involves lot of configuration. Here is mine if you want to refer:

https://github.com/varbhat/dotfiles/tree/main/dot_config/nvi...

Re: Neovim 0.5 is overpowering

#3
post #2

Neovim 0.5 is awesome. It has native LSP support, Lua configuration support that it feels like true revolution over past versions. But, getting into optimal setup in neovim/vim involves lot of configuration. Here is mine if you want to refer: https://github.com/varbhat/dotfiles/tree/main/dot_config/nvi...

What's a good x-platform GUI for it?

Re: Neovim 0.5 is overpowering

#5
post #3
post #2

Neovim 0.5 is awesome. It has native LSP support, Lua configuration support that it feels like true revolution over past versions. But, getting into optimal setup in neovim/vim involves lot of configuration. Here is mine if you want to refer: https://github.com/varbhat/dotfiles/tree/main/dot_config/nvi...

What's a good x-platform GUI for it?

1) Terminal

2) Neovide :

https://github.com/Kethku/neovide

3) Neovim-Qt :

https://github.com/equalsraf/neovim-qt

Re: Neovim 0.5 is overpowering

#6
Does anyone know of a nice git interface for Neovim? I would love to get off of emacs, but it's hard to beat Magit.

At the very least something that lets me view the repo status and stage selections would be good.

Re: Neovim 0.5 is overpowering

#7
post #6

Does anyone know of a nice git interface for Neovim? I would love to get off of emacs, but it's hard to beat Magit. At the very least something that lets me view the repo status and stage selections would be good.

vim-fugitive is my goto

Re: Neovim 0.5 is overpowering

#8
post #6

Does anyone know of a nice git interface for Neovim? I would love to get off of emacs, but it's hard to beat Magit. At the very least something that lets me view the repo status and stage selections would be good.

[deleted]

Re: Neovim 0.5 is overpowering

#9
As a novice to vim, I found neovim really nice. You can download it and it Just Works, pretty much, with windowed version and sensible defaults. If you're interested in vim but found it hard to get into, I recommend it.

Re: Neovim 0.5 is overpowering

#10
post #6

Does anyone know of a nice git interface for Neovim? I would love to get off of emacs, but it's hard to beat Magit. At the very least something that lets me view the repo status and stage selections would be good.

Haven't used Magit w/ emacs but have been using a library inspired by in for the last year or so: https://github.com/jreybert/vimagit

not sure how it compares feature wise but I've found it extremely helpful.

Post reply on HN