Linda_pp
b6898841c7
fix error on editing empty file ( #1154 )
2021-04-29 14:53:56 +09:00
Prabir Shrestha
1489cf8295
Revamp diagnostics virtual text ( #990 )
2020-12-30 14:49:44 -08:00
hrsh7th
46308234a2
Implement register command ( #735 )
...
* Implemente register command
* Add server_name to command context
* Expose lsp_to_vim, vim_to_lsp API's as public
2020-03-03 13:09:41 +09:00
hrsh7th
70234feca4
Improve code action ( #663 )
...
* Improve code action
* Add LspCodeActionSync
* Fix miss argument
* Fix for the review
* Add utils and tests
* Remove unused function
2020-01-09 08:35:39 -08:00
Prabir Shrestha
3aba91cf71
remove lsp#utils#to_col in favor of lsp#utils#position#_lsp_to_vim ( #645 )
...
* refactor to use lsp#utils#position#_lsp_to_vim
* remove lsp#utils#to_col in favor of lsp#utils#position#_lsp_to_vim
* fix doc
2020-01-01 13:33:36 -08:00
Prabir Shrestha
c35a328774
refactor LspTypeHierarchy ( #643 )
...
* add lsp#utils#buffer#_open_lsp_location(location)
add lsp#utils#position#lsp_to_vim(expr, position)
add visual selection when using _open_lsp_location
update tagstack when opening hierarchy item
* move to location.vim
* use normal!
* rename to lsp#utils#position#_lsp_to_vim
* update bufnr to the latest buffer
2019-12-31 22:37:14 -08:00