1
0
Fork 0

nvim: remove config for deleted lua completion source

This commit is contained in:
tastytea 2022-08-12 19:00:57 +02:00
parent 1bf1458f4e
commit 8cc67ed135
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 9 deletions

View File

@ -10,7 +10,6 @@ packer.use {
'https://github.com/hrsh7th/cmp-buffer',
'https://github.com/hrsh7th/cmp-path',
'https://github.com/hrsh7th/cmp-cmdline',
-- 'https://github.com/hrsh7th/cmp-nvim-lua',
{
'https://github.com/saadparwaiz1/cmp_luasnip',
requires = 'https://github.com/L3MON4D3/LuaSnip'
@ -74,13 +73,5 @@ packer.use {
{ name = 'cmdline' }
})
})
cmp.setup.filetype('lua', {
sources = cmp.config.sources({
{ name = 'nvim_lua' },
}, {
{ name = 'buffer' },
})
})
end
}