1

Neovim: Add lspkind + neogen and remove an old debug print

This commit is contained in:
2024-10-12 19:44:21 +02:00
parent f192ce3299
commit a30f916bdf
2 changed files with 75 additions and 3 deletions

View File

@ -747,6 +747,12 @@
action = "<cmd>Telescope lsp_outgoing_calls<cr>";
options.desc = "Outgoing Calls";
}
{
mode = "n";
key = "<leader>cC";
action = "<cmd>Neogen<cr>";
options.desc = "Generate Doc Comment";
}
# GoTo
{