193
Using Vim is Amazing
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Helix is really fucking good too, it was really easy to pick up as a VIM user and it's 99% batteries included. You still have to manually install the LSP for most of the languages, but it makes it really easy for you to do so, just run
hx --health <language>and if the LSP is not installed it tells you the name and you can just look up how to install that on your system, which is usually just one command.Also it's written in Rust so added bonus for that 🦀