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