diff --git a/nvimrc b/nvimrc index fab337b..649c1b9 100644 --- a/nvimrc +++ b/nvimrc @@ -646,9 +646,10 @@ packadd! copilot.lua " https://github.com/zbirenbaum/copilot.lua.git lua <'] = cmp.mapping.confirm({ select = true, behaviour = cmp.ConfirmBehavior.Replace }), }, sources = cmp.config.sources({ + { name = 'copilot', keyword_length = 0 }, { name = 'nvim_lsp' }, - { name = 'copilot' }, { name = 'buffer', option = {