summaryrefslogtreecommitdiff
path: root/dot-config/nvim/plugin/spellcheck.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/nvim/plugin/spellcheck.lua')
-rw-r--r--dot-config/nvim/plugin/spellcheck.lua5
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" },
-})