add(nvim): lsp-signature

This commit is contained in:
Léana 江 2023-12-05 16:55:30 +01:00 committed by Léana 江
parent b9d1a0d9ce
commit 60bd3961e8
3 changed files with 11 additions and 2 deletions

View file

@ -76,6 +76,7 @@ require "lazy".setup {
},
},
"mfussenegger/nvim-dap", -- DAP
{ "ray-x/lsp_signature.nvim", event = "VeryLazy" },
-----------------------
-- Language specific --