chore(nvim): remove commented, unused, code

This commit is contained in:
Price Hiller 2022-09-27 20:26:21 -05:00
parent a7924902c1
commit c3bcec5f55

View File

@ -3,10 +3,6 @@ local M = {}
M.setup = function()
local function lspSymbol(name, icon, linehlbg)
local hl = "DiagnosticSign" .. name
-- local linehl = 'DiagnosticSignLineHl' .. name
-- vim.api.nvim_set_hl(0, linehl, {
-- bg = linehlbg,
-- })
vim.fn.sign_define(hl, { text = icon, numhl = hl, texthl = hl, linehl = linehl })
end