|
|
@ -105,6 +105,7 @@ require('lazy').setup({
|
|
|
|
|
|
|
|
|
|
|
|
-- Adds LSP completion capabilities
|
|
|
|
-- Adds LSP completion capabilities
|
|
|
|
'hrsh7th/cmp-nvim-lsp',
|
|
|
|
'hrsh7th/cmp-nvim-lsp',
|
|
|
|
|
|
|
|
'hrsh7th/cmp-path',
|
|
|
|
|
|
|
|
|
|
|
|
-- Adds a number of user-friendly snippets
|
|
|
|
-- Adds a number of user-friendly snippets
|
|
|
|
'rafamadriz/friendly-snippets',
|
|
|
|
'rafamadriz/friendly-snippets',
|
|
|
@ -652,6 +653,7 @@ cmp.setup {
|
|
|
|
sources = {
|
|
|
|
sources = {
|
|
|
|
{ name = 'nvim_lsp' },
|
|
|
|
{ name = 'nvim_lsp' },
|
|
|
|
{ name = 'luasnip' },
|
|
|
|
{ name = 'luasnip' },
|
|
|
|
|
|
|
|
{ name = 'path' },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|