aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp/util_spec.lua
Commit message (Collapse)AuthorAge
* test: just say no to hyper-granularityJustin M. Keyes2020-01-08
| | | | | - Move plugin/lsp/* to plugin/* - Merge lsp/util_spec.lua into lsp_spec.lua
* lualintAshkan Kiani2019-11-21
|
* UpdatesAshkan Kiani2019-11-21
- Use correct implementation of text_edits. - Send indent options to rangeFormatting and formatting. - Remove references to vim bindings and filetype from lsp.txt - Add more examples to docs. - Add before_init to allow changing initialize_params.