Show function parameter hints while typing

This commit is contained in:
Tony Grosinger 2024-07-15 09:21:16 -07:00
parent 7f685ff8da
commit 0aa80f9874

View File

@ -763,6 +763,20 @@ require('lazy').setup({
end, end,
}, },
{
'ray-x/lsp_signature.nvim',
event = 'VeryLazy',
opts = {
hint_inline = function()
return true
end,
hint_prefix = '',
},
config = function(_, opts)
require('lsp_signature').setup(opts)
end,
},
{ {
-- Set the colorscheme. -- Set the colorscheme.
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`. -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.