]> Sergey Matveev's repositories - vim-lsp.git/commit
Send charcol when requesting code action
authorAndreas Louv <andreas@louv.dk>
Sun, 12 Mar 2023 22:41:09 +0000 (23:41 +0100)
committerAndreas Louv <andreas@louv.dk>
Mon, 13 Mar 2023 23:35:23 +0000 (00:35 +0100)
commit9bfc355e453539d3f2c738f1d10576b8fd60fb39
tree755f141b5bfd40e0e2ff9ebedaa03bf0921da69b
parent3e39e8202981bd095d31717388e9058d27d929bc
Send charcol when requesting code action

The typescript-language-server will provide better code actions when
knowing which column you stand on. For instance the "add missing import"
action works more reliable when the server knows the current column.
autoload/lsp/lspserver.vim