Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGulevskyy committed Dec 3, 2023
1 parent ee8c459 commit bf2b733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/better-ts-errors/diagnostics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ M.handle_body = function(message, diag_count, index, current_line_num)
end

M.show = function(is_enabled)
print("hi")
local current_line = vim.api.nvim_win_get_cursor(0)[1] - 1
local diagnostics = vim.diagnostic.get(0, { lnum = current_line })

Expand Down

0 comments on commit bf2b733

Please sign in to comment.