mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
linting fixes
This commit is contained in:
parent
6ae28327e0
commit
b2892fa855
5 changed files with 24 additions and 7 deletions
|
|
@ -161,6 +161,7 @@ return {
|
|||
local end_line = vim.api.nvim_buf_get_lines(0, args.line2 - 1, args.line2, true)[1]
|
||||
range = {
|
||||
start = { args.line1, 0 },
|
||||
---@diagnostic disable-next-line: undefined-field
|
||||
["end"] = { args.line2, end_line:len() },
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue