un-object orient some functions
This commit is contained in:
@ -10,7 +10,7 @@ local function lsp_attach(client, bufnr)
|
||||
vim.fn.sign_define(name, { text = text, texthl = name })
|
||||
end
|
||||
|
||||
local map = function(m, lhs, rhs)
|
||||
local function map(m, lhs, rhs)
|
||||
local opts = { remap = false, silent = true, buffer = bufnr }
|
||||
vim.keymap.set(m, lhs, rhs, opts)
|
||||
end
|
||||
|
Reference in New Issue
Block a user