Add formatting and some buffer context

This commit is contained in:
mjhika 2023-09-07 11:25:08 -04:00
parent fffc2e3d46
commit 6a34515c0e
2 changed files with 19 additions and 0 deletions

View file

@ -9,10 +9,16 @@ return {
-- Adds LSP completion capabilities
'hrsh7th/cmp-nvim-lsp',
-- Adds buffer context
'hrsh7th/cmp-buffer',
-- Adds Conjure cmp
'PaterJason/cmp-conjure',
-- Adds a number of user-friendly snippets
'rafamadriz/friendly-snippets',
-- lspkind formatting
'onsails/lspkind.nvim'
},
}