mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 11:09:11 +10: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.