refactor: address emmylua diagnostics
This commit is contained in:
@@ -7,7 +7,7 @@ return {
|
||||
"bash",
|
||||
"zsh",
|
||||
},
|
||||
on_attach = function(client, bufnr)
|
||||
on_attach = function(_, bufnr)
|
||||
vim.keymap.set("n", "<leader>lf", function()
|
||||
util.format({
|
||||
buf = bufnr,
|
||||
|
||||
Reference in New Issue
Block a user