aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/lua_ls.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-90/+0
| | | | | | | | | | | | | | 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.
* docs(lua_ls): fix fragile example code #3133Michael Härtl2024-09-191-3/+5
| | | | | 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)"
* docs(lua_ls): change suggested setupabeldekat2024-03-051-25/+26
|
* docs(lua_ls): add comment about additional libraries (#3029)Maria José Solano2024-02-251-0/+2
|
* fix: let core handle 'workspace/didChangeConfiguration' after init (#3023)Maria José Solano2024-02-241-2/+0
|
* fix(lua-language-server): update root directory search (#2842)Dmitriy Gorokhov2024-01-281-1/+1
|
* feat: update lua_ls settingsLewis Russell2023-09-061-15/+18
| | | | Fixes #2791
* docs(lua_ls): update lua_ls doc link to lua_ls new website (#2759)carsakiller2023-08-111-4/+4
|
* fix(lua_ls): typo (2)Lewis Russell2023-08-081-2/+2
|
* fix(lua_ls): typoLewis Russell2023-08-081-1/+1
|
* feat(lua_ls): update recommended settingsLewis Russell2023-08-081-19/+19
| | | | | - Only override settings if there is no `.luarc.json(c)` file present. - Prefer setting workspace to `VIMRUNTIME` over `'runtimepath'`
* fix: use exepath on server command (#2595)Raphael2023-05-091-8/+1
|
* feat: rename sumneko_lua -> lua_ls (#2439)figsoda2023-02-121-0/+91
* 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