mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 23:28:26 +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.