Update init.lua
This commit is contained in:
parent
1106bc30a1
commit
151207baaa
2
init.lua
2
init.lua
|
@ -97,7 +97,7 @@ require('lazy').setup({
|
|||
|
||||
{ -- Autocompletion
|
||||
'hrsh7th/nvim-cmp',
|
||||
dependencies = { 'hrsh7th/cmp-nvim-lsp', 'L3MON4D3/LuaSnip', 'saadparwaiz1/cmp_luasnip' },
|
||||
dependencies = { 'hrsh7th/cmp-nvim-lsp','rafamadriz/friendly-snippets', 'L3MON4D3/LuaSnip', 'saadparwaiz1/cmp_luasnip' },
|
||||
},
|
||||
|
||||
-- Useful plugin to show you pending keybinds.
|
||||
|
|
Loading…
Reference in New Issue