remove logs

neovim_0_5
ray-x 3 years ago
parent 599211ffb7
commit 41746b63ce

@ -80,7 +80,7 @@ M.show_diagnostic = function()
end
end
if diagnostic_list[vim.bo.filetype] ~= nil then
log(diagnostic_list[vim.bo.filetype])
-- log(diagnostic_list[vim.bo.filetype])
-- vim.fn.setqflist({}, " ", {title = "LSP", items = diagnostic_list[vim.bo.filetype]})
local results = diagnostic_list[vim.bo.filetype]
local display_items = {}

Loading…
Cancel
Save