mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-17 14:23:40 -05:00
GH-15: flag words as rare instead of bad in NeoVim
This change marks all words in all dictionaries as rare words so that NeoVim highlights them as SpellRare instead of SpellBad. This lets you distinguish between wordy writing and normal misspellings, respectively. In order for this to work, your NeoVim needs to be patched as follows: https://github.com/neovim/neovim/pull/2456 https://groups.google.com/forum/#!topic/vim_dev/rPWOoR3ZgSA See `:help spell-wordlist-format` for details about dictionary markings.
This commit is contained in:
22
data-neovim/en/opinion.dic
Normal file
22
data-neovim/en/opinion.dic
Normal file
@@ -0,0 +1,22 @@
|
||||
# editorializing - imparting an opinion where impartiality is called for
|
||||
# http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Words_to_watch
|
||||
/encoding=utf-8
|
||||
actually/?
|
||||
basically/?
|
||||
clearly/?
|
||||
essentially/?
|
||||
fortunate/?
|
||||
fortunately/?
|
||||
fundamentally/?
|
||||
happily/?
|
||||
interestingly/?
|
||||
it should be noted/?
|
||||
naturally/?
|
||||
notably/?
|
||||
obviously/?
|
||||
of course/?
|
||||
tragically/?
|
||||
unfortunate/?
|
||||
unfortunately/?
|
||||
untimely/?
|
||||
without a doubt/?
|
||||
Reference in New Issue
Block a user