this post was submitted on 08 Oct 2023
547 points (88.8% liked)
Programmer Humor
19967 readers
554 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Vim is a pain to configure
Try Lunarvim, it's neovim with a bunch of great Plugins and configuration settings out of the box.
Vim has vim9 script now which is very similar to common scripting languages like Typescript.
Vim also doesn't need tons of configuration.
Fennel > Lua > VimScript
At first maybe. But when you get your vim config well honed over time you're good. Plus there's things like pathogen or other frameworks to add plugins and stuff.