summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-21 20:02:57 -0400
committerChris <[email protected]>2021-03-21 20:02:57 -0400
commit8d41fced1f3617c0df7f2ffbd8fae5210c37299b (patch)
tree96301a4d01de7465938273fbd69ebe74d634b441
parentd9a888e96676f23321cbd07e7b15d310d4afdcce (diff)
spelling is acting up
-rw-r--r--lua/nv-compe/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nv-compe/init.lua b/lua/nv-compe/init.lua
index 74252d90..8dc020a1 100644
--- a/lua/nv-compe/init.lua
+++ b/lua/nv-compe/init.lua
@@ -21,7 +21,7 @@ require'compe'.setup {
vsnip = {kind = "  "},
nvim_lsp = {kind = "  "},
nvim_lua = {kind = "  "},
- spell = {kind = "  "},
+ -- spell = {kind = "  ", filetypes = "markdown"},
tags = false,
snippets_nvim = {kind = "  "},
treesitter = {kind = "  "},