Add formatting and some buffer context
This commit is contained in:
parent
fffc2e3d46
commit
6a34515c0e
2 changed files with 19 additions and 0 deletions
|
|
@ -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'
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue