mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +02:00
keymaps: remove remaining usages of deprecated lua option
This commit is contained in:
parent
0d745bdacf
commit
4175fac0ea
2 changed files with 3 additions and 6 deletions
|
@ -161,8 +161,7 @@ in
|
|||
}
|
||||
{
|
||||
key = "gd";
|
||||
action = "require('telescope.builtin').lsp_definitions()";
|
||||
lua = true;
|
||||
action.__raw = "require('telescope.builtin').lsp_definitions()";
|
||||
}
|
||||
{
|
||||
key = "K";
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue