feat(nvim): add lsp signature plugin

This commit is contained in:
Moritz Böhme 2023-09-06 17:48:54 +02:00
parent 4322977115
commit 6ae954d3c6
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 8 additions and 0 deletions

View file

@ -131,6 +131,7 @@ with builtins;
event = [ "BufRead" "BufNewFile" ];
conf = readFile ./nvim-lspconfig.lua;
dependencies = [
{ plugin = lsp_signature-nvim; }
{
plugin = null-ls-nvim;
conf = readFile ./null-ls-nvim.lua;