
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.)
@… 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.)
@… 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.
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…