diff options
| author | jdhao <jdhao@hotmail.com> | 2022-07-28 00:51:48 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-07-28 00:51:48 +0800 |
| commit | e0fc068f2ef89f8b1ea990202ce6d865c14e0d60 (patch) | |
| tree | 9ab98b51a2f4672f6e352951a2c4ef14ebfcec2c | |
| parent | 58ed71f87062baa90cde979d5eb46b8c31168af7 (diff) | |
update nvim-cmp conf since cmp-nvim-lua is removed
| -rw-r--r-- | lua/config/nvim-cmp.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/nvim-cmp.lua b/lua/config/nvim-cmp.lua index df6d42a..22d96c4 100644 --- a/lua/config/nvim-cmp.lua +++ b/lua/config/nvim-cmp.lua @@ -33,7 +33,6 @@ cmp.setup({ sources = { { name = 'nvim_lsp' }, -- For nvim-lsp { name = 'ultisnips' }, -- For ultisnips user. - { name = 'nvim_lua' }, -- for nvim lua function { name = 'path' }, -- for path completion { name = 'buffer', keyword_length = 4 }, -- for buffer word completion { name = 'omni' }, |
