-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently, the dictionary files are extremely messy, and the spellchecker for Vim/Neovim is whiny about the correctness and duplicate elements. Here's the steps I had to take in order to make the dictionary work:
- Download
dictionaries/ka_GE.{aff, dic} - Remove all the comments in both of them with
:g/^\s*#/d - Remove all the MAP entries in
.affwith:g/^MAP /dor Dedup the characters, the spellchecker can't handle complex things - Remove all single characters in
.dicwith:g/^[ა-ჰ]$/d :mkspell ka ka_GE- Move the generated
ka.utf-8.splto~/.local/share/nvim/site/spell/ - Set the language
vim.opt.spelllang = { "en", "ka" }
And I still see minor issues. For instance, when making an error in the word and typing out გავაკეთ, the spell suggestions show გავაკეთო�, which is a correct word, I grant you, but there is an invalid garbage character attached to the end of it, for some reason.
I wasn't able to build the repo myself. It would error out saying there was an unsorted file or something. But that's a different issue entirely.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels