Mercurial > dotfiles
comparison dot_config/nvim/init.lua @ 415:85832377f39e
Disable compe's built-in lua completion
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 20 Jul 2021 14:27:20 +0200 |
parents | 32f1aecb9d01 |
children | 13bb07f84b83 |
comparison
equal
deleted
inserted
replaced
414:7004867c436c | 415:85832377f39e |
---|---|
147 | 147 |
148 source = { | 148 source = { |
149 path = true, | 149 path = true, |
150 buffer = true, | 150 buffer = true, |
151 nvim_lsp = true, | 151 nvim_lsp = true, |
152 nvim_lua = true, | 152 nvim_lua = false, |
153 spell = false, | 153 spell = false, |
154 vsnip = true, | 154 vsnip = true, |
155 }, | 155 }, |
156 } | 156 } |
157 | 157 |