diff options
Diffstat (limited to 'lua/plugins/cmp.lua')
| -rw-r--r-- | lua/plugins/cmp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index 69a1b17..b2ec2e5 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -72,7 +72,7 @@ return { sources = cmp.config.sources({ { name = 'nvim_lsp' }, { name = 'luasnip' }, - { name = 'buffer' }, + {name = 'buffer' }, { name = 'path' }, { name = 'calc' }, }), |
