diff options
Diffstat (limited to 'dot-config/nvim/plugin/spellcheck.lua')
| -rw-r--r-- | dot-config/nvim/plugin/spellcheck.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dot-config/nvim/plugin/spellcheck.lua b/dot-config/nvim/plugin/spellcheck.lua deleted file mode 100644 index 21bffb1..0000000 --- a/dot-config/nvim/plugin/spellcheck.lua +++ /dev/null @@ -1,5 +0,0 @@ --- Enable custom spellcheck plugin - -require("spellcheck").setup({ - filetypes = { "gitcommit", "markdown", "plaintext", "text", "typst" }, -}) |
