more neovim plugins
This commit is contained in:
parent
bbf6641115
commit
ef84f5b008
10 changed files with 81 additions and 18 deletions
|
@ -4,6 +4,7 @@ return {
|
|||
dependencies = {
|
||||
"hrsh7th/cmp-buffer", -- source for text in buffer
|
||||
"hrsh7th/cmp-path", -- source for file system paths
|
||||
"hrsh7th/cmp-nvim-lsp-signature-help", -- show completion hints for function calls
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
-- follow latest release.
|
||||
|
@ -55,6 +56,7 @@ return {
|
|||
{ name = "luasnip" }, -- snippets
|
||||
{ name = "buffer" }, -- text within current buffer
|
||||
{ name = "path" }, -- file system paths
|
||||
{ name = "nvim_lsp_signature_help" }, -- function parameters
|
||||
}),
|
||||
|
||||
-- configure lspkind for vs-code like pictograms in completion menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue