mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
fix bad plugin names
This commit is contained in:
parent
d82c5aa50a
commit
372c943270
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ return {
|
|||
'hrsh7th/cmp-path',
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
'ray-x/cmp-treesitter',
|
||||
'L3MON4D3/LuaSnip',
|
||||
'L3MON4D3/luasnip',
|
||||
'saadparwaiz1/cmp_luasnip',
|
||||
},
|
||||
config = function()
|
||||
|
|
@ -57,7 +57,7 @@ return {
|
|||
end,
|
||||
},
|
||||
{
|
||||
'L3MON4D3/LuaSnip',
|
||||
'L3MON4D3/luasnip',
|
||||
event = 'VeryLazy',
|
||||
dependencies = { 'rafamadriz/friendly-snippets' },
|
||||
config = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue