| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem:
The name `server_configurations` is extremely verbose and irritatingly
formal and dogmatic. This overlong name is a constant nuisance when
reading, writing, and coding.
It's also not even correct: these configurations are just as much
"client" configurations as they are "server" configurations.
Solution:
- Rename to a shorter name.
- Leave placeholder files for any old URLs that link to the old
location.
|
| |
|
|
|
| |
Without this fix I get errors on startup:
LSP[lua_ls]: Error ON_INIT_CALLBACK_ERROR: "[string ":lua"]:79: attempt to index field 'workspace_folders' (a nil value)"
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #2791
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
- Only override settings if there is no `.luarc.json(c)` file present.
- Prefer setting workspace to `VIMRUNTIME` over `'runtimepath'`
|
| | |
|
|
|
* feat: rename sumneko_lua -> lua_language_server
* refactor(sumneko_lua): use vim.deprecate
* refactor: handle deprecated server aliases in one place
* refactor: put server aliases in a function
* feat: rename lua_language_server -> lua_ls
|