Merge 618a30bb49
into 3cfccc01be
This commit is contained in:
commit
171fa7841a
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
@ -630,6 +630,9 @@ require('lazy').setup({
|
|||
dependencies = {
|
||||
-- Snippet Engine & its associated nvim-cmp source
|
||||
{
|
||||
-- nvim-cmp source for neovim Lua API
|
||||
-- so that things like vim.keymap.set, etc. are autocompleted
|
||||
'hrsh7th/cmp-nvim-lua',
|
||||
'L3MON4D3/LuaSnip',
|
||||
build = (function()
|
||||
-- Build Step is needed for regex support in snippets
|
||||
|
@ -709,6 +712,7 @@ require('lazy').setup({
|
|||
end, { 'i', 's' }),
|
||||
},
|
||||
sources = {
|
||||
{ name = 'nvim_lua' },
|
||||
{ name = 'nvim_lsp' },
|
||||
{ name = 'luasnip' },
|
||||
{ name = 'path' },
|
||||
|
|
Loading…
Add table
Reference in a new issue