more neovim plugins

This commit is contained in:
Mark Riedesel 2024-06-20 08:19:09 -05:00
parent bbf6641115
commit ef84f5b008
10 changed files with 81 additions and 18 deletions

View file

@ -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