this post was submitted on 08 Oct 2023
552 points (89.0% liked)

Programmer Humor

19315 readers
1 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
[–] jack@monero.town 14 points 1 year ago (4 children)
[–] martinb@lemmy.sdf.org 10 points 1 year ago

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

[–] expr@programming.dev 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@sh.itjust.works 1 points 1 year ago

Fennel > Lua > VimScript

[–] Cube6392@beehaw.org 6 points 1 year ago

I'm going to give what I've realized newer folks to Vim think is a scorching hot take: VimL is nice. Theyre the same editor commands you use in your day to day life, even if you're using NeoVim + Lua, just all written out in a file.

That said, using NeoVim + Lua makes it far easier to organize your config, which also makes it easier to write more complex configs. It's like the difference between building a shed around back for your home office vs building a cathedral. Its fine to work in a shed, but once you know you can build a cathedral, you're kinda tempted to just up and do it

[–] cyborganism@lemmy.ca 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.