From e51f8ce9abe404a018d1b27101dff9c1fc814425 Mon Sep 17 00:00:00 2001 From: B14CK313 Date: Wed, 17 Nov 2021 05:22:53 +0100 Subject: Added missing namespace to spellcheck.files config (#86) This entry was missed in #46 which broke the plugin --- plugins/spellcheck.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/spellcheck.lua') 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 -- cgit v1.2.3