mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 20:34:32 +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";
|
key = "gd";
|
||||||
action = "require('telescope.builtin').lsp_definitions()";
|
action.__raw = "require('telescope.builtin').lsp_definitions()";
|
||||||
lua = true;
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
key = "K";
|
key = "K";
|
||||||
|
|
|
@ -37,8 +37,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
key = "<C-a>";
|
key = "<C-a>";
|
||||||
action = "function() print('toto') end";
|
action.__raw = "function() print('toto') end";
|
||||||
lua = true;
|
|
||||||
options.silent = false;
|
options.silent = false;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -73,8 +72,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
key = "<C-a>";
|
key = "<C-a>";
|
||||||
action = "function() print('toto') end";
|
action.__raw = "function() print('toto') end";
|
||||||
lua = true;
|
|
||||||
options.silent = false;
|
options.silent = false;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue