aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/sumneko_lua.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-133/+0
|
* sumneko_lua: fix link to install instructionsfrancisco souza2020-06-241-1/+1
|
* docgen: use package.json url instead of VSCode extension nameHirokazu Hata2020-05-181-1/+1
| | | | | VSCode extensions are so large size and we offten get a network error with downloading them. So we had better to directory download package.json.
* Make installer for sumneko_lua more robustDavid Lukes2020-04-221-3/+3
| | | | | | | - I had to install clang for the installation to complete -> check for that up front - quote PATH update (especially on WSL, PWD and PATH will easily contain whitespace)
* lua language server: add a more detailed description of cmdHirokazu Hata2020-02-241-0/+10
| | | | ref: #136
* window/showMessage: the display level can be set for 'window/showMessage' ↵Hirokazu Hata2020-02-241-1/+0
| | | | | | notification related with #127
* lua: remove `settings = {}`Hirokazu Hata2020-02-161-1/+0
| | | | configs.lua set settings vim.empty_dict() as default
* rename "skeleton" to "configs" #100Michael Lingelbach2020-01-311-4/+4
| | | | | | | | | | | | | | `nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs` class that provides 1. actual functionality 2. a bunch of configs Each config is added to the `configs` object (FKA "skeleton") as a property. Those configs are not "templates", they are "configs". So we should clean up the wording in various places to say "config" instead of "skeleton"/"template". Closes #64
* sumneko_lua: add macOS support to installer #71JINNOUCHI Yasushi2019-12-161-8/+28
|
* Add sumneko_lua installation and util.sh helper. (#49)Ashkan Kiani2019-11-261-0/+105
* Add sumneko_lua installation and util.sh helper. * Add vspackage extraction for package.json information via vscode name. * Allow specifying a tempdir at DOCGEN_TEMPDIR * Fix on_new_config and add docs for root_dir * User settings titles are not always useful