24.05: Fixed warnings
This commit is contained in:
parent
71385d9ba9
commit
3479927d32
9 changed files with 52 additions and 47 deletions
|
@ -15,8 +15,7 @@
|
|||
{
|
||||
mode = "n";
|
||||
key = "<space>wl";
|
||||
lua = true;
|
||||
action = ''
|
||||
action.__raw = ''
|
||||
function()
|
||||
print(vim.inspect(vim.lsp.buf.list_workspace_folders()))
|
||||
end
|
||||
|
@ -26,8 +25,7 @@
|
|||
{
|
||||
mode = "n";
|
||||
key = "<space>f";
|
||||
lua = true;
|
||||
action = ''
|
||||
action.__raw = ''
|
||||
function()
|
||||
vim.lsp.buf.format { async = true }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue