diff options
Diffstat (limited to 'plugins/spellcheck.lua')
-rw-r--r-- | plugins/spellcheck.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/spellcheck.lua b/plugins/spellcheck.lua index db58606..7b0ba2b 100644 --- a/plugins/spellcheck.lua +++ b/plugins/spellcheck.lua @@ -8,7 +8,7 @@ local DocView = require "core.docview" local Doc = require "core.doc" config.plugins.spellcheck = {} -config.spellcheck.files = { "%.txt$", "%.md$", "%.markdown$" } +config.plugins.spellcheck.files = { "%.txt$", "%.md$", "%.markdown$" } if PLATFORM == "Windows" then config.plugins.spellcheck.dictionary_file = EXEDIR .. "/words.txt" else |