mirror of
https://github.com/neovim/neovim.git
synced 2026-01-11 07:42:39 +00:00
Problem LSP Related Information line and column numbers are 0-based. Displaying them this way can confuse the user, since vim line/col numbers are typically displayed 1-based. Solution Display the line and column numbers as 1-based.