AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

Doesn't work properly for in `vim-mode` #31

Closed shemerey closed 8 years ago

shemerey commented 8 years ago

@yitzchak thx for an awesome project, but I found one problem while using it in vim-mode I am using vim-mode-plus but probably it will have same problems for vim-mode too.

For some reason, you can't add word into dictionary while you in normal mode. you have to be in insert mode to be able to add word.

Might be you can point me in source code where you handle this, or this issue for intentions

shemerey commented 8 years ago

Never mind I figured it was problem with priority of keymapping for intentions

solve it with

'atom-text-editor.vim-mode-plus.intentions-list:not(.insert-mode)':
  'enter': 'intentions:confirm'
yitzchak commented 8 years ago

Thanks for investigating! Glad you were able to solve the issue.