enriched autocompletion

This commit is contained in:
noelcv 2024-01-01 22:46:16 +01:00
parent a77e0255b7
commit 6ea12dc4e1
1 changed files with 2 additions and 1 deletions

View File

@ -224,7 +224,8 @@ require('lazy').setup({
-- Adds LSP completion capabilities -- Adds LSP completion capabilities
'hrsh7th/cmp-nvim-lsp', 'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-path', 'hrsh7th/cmp-path',
'hrsh7th/cmp-buffer',
'hrsh7th/cmp-nvim-lua',
-- Adds a number of user-friendly snippets -- Adds a number of user-friendly snippets
'rafamadriz/friendly-snippets', 'rafamadriz/friendly-snippets',
}, },