aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/sumneko_lua.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-76/+0
|
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-3/+2
| | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com>
* docs(lua-language-server): update wiki url (#1393)Marouane R2021-11-091-1/+1
|
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-1/+0
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-5/+5
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-12/+12
|
* docs: update sumenko docs to add runtime filesMichael Lingelbach2021-05-221-5/+6
|
* sumneko: do not send telemetry data by defaultMarco Hinz2021-03-241-0/+5
| | | | | | | | | | | | | | By default, sumneko sends telemetry data containing a randomized but unique identifier to a Chinese IP. The token can be found in lua-language-server/log/token. The string sent looks like this: $...pulse.XXXXXXXXXXXXXXXX.Neovim 0.5.0.J...platform.XXXXXXXXXXXXXXXX.macOS 64.libc++ libc++ 10000.clang Clang 12.0.0. In case of errors, these are sent, too. You can visit the IP to get a summary of the collected data: http://119.45.194.183
* Fix typo in instructionsPhil Thompson2021-02-201-1/+1
|
* Fix syntax error for sumneko_lua in CONFIG.mdStephan Seitz2021-01-051-1/+1
|
* sumneko: fix typoMichael Lingelbach2021-01-041-1/+1
|
* Sumneko_lua: add suggested helper functions for setting pathMichael Lingelbach2021-01-031-2/+16
|
* Remove all installers and install logicMichael Lingelbach2021-01-031-109/+5
|
* Update sumneko lua docsMichael Lingelbach2021-01-031-0/+29
|
* sumneko_lua: Use bufdir instead of homedir when resolving root_dirPeter Lithammer2020-12-211-2/+2
| | | | | | | The problem is that if you open a Lua file outside of a git repository, it will use your home directory as root directory. This causes Sumneko to scan your entire home directory for Lua files. Which is bad from both a security and performance point of view.
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+133