Fixed incorrect high lighting of every word.
The hunspell module had an issue where aspell was being used for buffer spell linting, but not autocomplete or corrections. Since aspell is required, regardless lets use that for everything.
This commit is contained in:
parent
1ca305050b
commit
10a6f5a331
|
@ -87,8 +87,9 @@
|
|||
:checkers
|
||||
syntax ; tasing you for every semicolon you forget
|
||||
(spell ; tasing you for misspelling mispelling
|
||||
+hunspell
|
||||
+everywhere)
|
||||
+aspell
|
||||
+everywhere
|
||||
)
|
||||
grammar ; tasing grammar mistake every you make
|
||||
|
||||
:tools
|
||||
|
|
Loading…
Reference in New Issue
Block a user