this post was submitted on 08 Oct 2023
547 points (88.8% liked)

Programmer Humor

19423 readers
92 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 year ago (3 children)
[–] [email protected] 10 points 1 year ago

Try Lunarvim, it's neovim with a bunch of great Plugins and configuration settings out of the box.

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

Vim has vim9 script now which is very similar to common scripting languages like Typescript.

Vim also doesn't need tons of configuration.

[–] netchami 1 points 1 year ago

Fennel > Lua > VimScript

[–] [email protected] 2 points 1 year ago

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.