nvim: vompletion: fix luasnip deps
This commit is contained in:
parent
be6a13ea5b
commit
83c71c27ca
@ -2,7 +2,12 @@ require('my/plugins')
|
||||
|
||||
packer.use {
|
||||
'https://github.com/hrsh7th/nvim-cmp',
|
||||
requires = 'https://github.com/L3MON4D3/LuaSnip',
|
||||
requires = {
|
||||
{
|
||||
'https://github.com/saadparwaiz1/cmp_luasnip',
|
||||
requires = 'https://github.com/L3MON4D3/LuaSnip'
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
local cmp = require'cmp'
|
||||
if cmp == nil then
|
||||
@ -103,4 +108,3 @@ packer.use {
|
||||
-- 'https://github.com/hrsh7th/cmp-nvim-lua',
|
||||
-- requires = 'https://github.com/hrsh7th/nvim-cmp',
|
||||
-- }
|
||||
|
||||
|
@ -5,7 +5,6 @@ require('my/completion')
|
||||
packer.use {
|
||||
'https://github.com/neovim/nvim-lspconfig',
|
||||
requires = {
|
||||
'https://github.com/L3MON4D3/LuaSnip',
|
||||
'https://github.com/hrsh7th/cmp-nvim-lsp'
|
||||
},
|
||||
config = function()
|
||||
|
Loading…
x
Reference in New Issue
Block a user