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";

View file

@ -37,8 +37,7 @@
}
{
key = "<C-a>";
action = "function() print('toto') end";
lua = true;
action.__raw = "function() print('toto') end";
options.silent = false;
}
{
@ -73,8 +72,7 @@
}
{
key = "<C-a>";
action = "function() print('toto') end";
lua = true;
action.__raw = "function() print('toto') end";
options.silent = false;
}
{