keymaps: remove remaining usages of deprecated lua option

This commit is contained in:
Gaetan Lepage 2024-05-27 14:03:11 +02:00 committed by Gaétan Lepage
parent 0d745bdacf
commit 4175fac0ea
2 changed files with 3 additions and 6 deletions

View file

@ -161,8 +161,7 @@ in
}
{
key = "gd";
action = "require('telescope.builtin').lsp_definitions()";
lua = true;
action.__raw = "require('telescope.builtin').lsp_definitions()";
}
{
key = "K";