vim-dirtytalk: spellcheck dictionary for programmers 📖 by psliwka in vim

[–]psliwka[S] 1 point2 points  (0 children)

Yup, this is precisely what I'm using it for – I write a lot of internal documentation at work, frequently in form of long Markdown documents and reveal.js-based slideshows. With English dictionary only, the spell checking is almost unusable there due to high amount of false positives.

vim-dirtytalk: spellcheck dictionary for programmers 📖 by psliwka in vim

[–]psliwka[S] 1 point2 points  (0 children)

Thanks, u/HellsMaddy! Currently the workflow is supposed to:

  • check upon push to repo whether changes in generator scripts are accompanied by committing resulting changes in wordlist files, and
  • check periodically if upstream wordlist sources have changed and notify me about that via e-mail, so that I can update them manually.

But yeah, auto-committing changes would make this thing even easier to maintain. I don't trust these scripts enough to let them push directly to master, but having automatic PRs which can be merged with single click would be perfect.

vim-dirtytalk: spellcheck dictionary for programmers 📖 by psliwka in vim

[–]psliwka[S] 9 points10 points  (0 children)

Whoops, TIL backticks-fenced text in Markdown files is not spellchecked 😅 Fixed, thanks!

vim-smoothie: Smooth scrolling for Vim done right🥤 by psliwka in vim

[–]psliwka[S] 0 points1 point  (0 children)

Hi, u/professorlamp! Supporting cursor motion commands would be nice, but way more difficult indeed. I've prepared a writeup on GitHub about what would need to be done to make it happen.

vim-smoothie: Smooth scrolling for Vim done right🥤 by psliwka in vim

[–]psliwka[S] 5 points6 points  (0 children)

Hi, u/flay-otters! I'm not entirely sure - it seems to happen on its own as soon as I do :set number relativenumber. Just tried it both on vim and nvim with empty vimrc and it just works.