comparison dot_config/nvim/config.lua @ 402:13fc3aebcf46

Disable spell completions
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 16 Jul 2021 08:52:54 +0200
parents 7948403a514c
children 483c3746730f
comparison
equal deleted inserted replaced
401:7948403a514c 402:13fc3aebcf46
143 source = { 143 source = {
144 path = true, 144 path = true,
145 buffer = true, 145 buffer = true,
146 nvim_lsp = true, 146 nvim_lsp = true,
147 nvim_lua = true, 147 nvim_lua = true,
148 spell = true, 148 spell = false,
149 vsnip = true, 149 vsnip = true,
150 }, 150 },
151 } 151 }
152 152
153 vim.cmd [[ inoremap <silent><expr> <C-y> compe#complete() ]] 153 vim.cmd [[ inoremap <silent><expr> <C-y> compe#complete() ]]