Skip to content

Instantly share code, notes, and snippets.

@rodion-solovev-7
Created June 21, 2022 21:58
Show Gist options
  • Save rodion-solovev-7/12ef3a5ff48e401301579cd1b9222f4b to your computer and use it in GitHub Desktop.
Save rodion-solovev-7/12ef3a5ff48e401301579cd1b9222f4b to your computer and use it in GitHub Desktop.
Spelling dictionaris for IDE (ru).sh
mkdir -p ~/.ide-spelling/
curl https://raw.githubusercontent.com/titoBouzout/Dictionaries/master/Russian.aff >> .ide-spelling/Russian.aff
curl https://raw.githubusercontent.com/titoBouzout/Dictionaries/master/Russian.dic >> .ide-spelling/Russian.dic
# TODO: add directly into PyCharm config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment