new-main #1

Open
SailReal wants to merge 90 commits from new-main into main
1 changed files with 4 additions and 0 deletions
Showing only changes of commit d8a1dbc4b4 - Show all commits

View File

@ -640,6 +640,9 @@ require('lazy').setup({
-- into multiple repos for maintenance purposes.
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-path',
-- nvim-cmp source for neovim Lua API
-- so that things like vim.keymap.set, etc. are autocompleted
'hrsh7th/cmp-nvim-lua',
-- If you want to add a bunch of pre-configured snippets,
-- you can use this plugin to help you. It even has snippets
@ -701,6 +704,7 @@ require('lazy').setup({
end, { 'i', 's' }),
},
sources = {
{ name = 'nvim_lua' },
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },