Tootfinder

Opt-in global Mastodon full text search. Join the index!

@samir@functional.computer
2025-08-04 09:36:04

@… Oh, you’re assuming I have tiny files. My vimrc is just 500 lines of Lua. 😜
(TBF, I did comment it well, at least. I could start splitting it up.)

@samir@functional.computer
2025-07-25 15:54:50

@… Are you going with vim or neovim?
If the latter, I definitely recommend writing your vimrc in Lua, rather than Vimscript. You’ll find many plugins are much easier to configure that way, if nothing else.

@adamhotep@infosec.exchange
2025-07-25 18:34:57

It's not often that I deploy a quick change to my ~/.vimrc and it so thoroughly improves my life, but setting <Shift> <Tab> to correct the most recent misspelled word has done exactly that, right up there with when I learned about <Ctrl> p and <Ctrl> n in insert mode. #vim

" Correct the closest misspelled wor…
Screenshot of vim config with two comments and then a conditional stanza, as present in the post text, but with proper syntax coloring here.