this post was submitted on 07 Nov 2023
0 points (NaN% liked)

Neovim

2161 readers
1 users here now

founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 year ago (1 children)

For all of you, who want to start neovim, or just started (nyself included) than kickstart.nvim is a great start: https://github.com/nvim-lua/kickstart.nvim

[–] [email protected] 0 points 1 year ago (1 children)
[–] [email protected] 0 points 1 year ago (1 children)

I tend to recommend people use the vim plugin for whatever editor or IDE they currently use, with a key combo to enable and disable it. That way there are no big surprises and it still works the way you're used to - Just with different keyboard controls. And if there's something you can't figure out an easy way to do with vim, write down a note somewhere of that thing to research how to do that later.

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago)

Seems like a solid approach. I went full send pure nvim for 3 weeks to get over the hump. No config changes or plugins.