aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: rename ruby_ls to ruby_lsp (#3105)Nithin Bekal2024-04-141-0/+4
|
* fix(sqls): deprecate sqls suggest sqlls instead (#2544)Raphael2023-04-051-1/+1
|
* fix: remove deprecate function config.available_servers (#2457)Raphael2023-02-141-5/+0
| | | | this function mark as deprecate in 0.1.4 use util.available_servers instead of
* feat: rename servers with hyphens (`-`) (#2451)figsoda2023-02-121-0/+8
| | | | | * feat: rename fennel-ls -> fennel_ls * feat: rename starlark-rust -> starlark_rust
* feat: rename sumneko_lua -> lua_ls (#2439)figsoda2023-02-121-0/+22
| | | | | | | | | | | * 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
* fix: lspstart should be work without arg (#2090)Raphael2022-08-261-6/+1
|
* fix: add vim.deprecate in old function (#2080)Raphael2022-08-241-0/+10
| | | | | * fix: add vim.deprecrate in old function * fix: typo
* feat!: 0.7 API update (#1984)Ranjith Hegde2022-08-231-76/+0
| | | | | | | | | | | * switch to lua api for autocommands * switch to nvim_create_user_command * move to lua plugin initialization NOTICE: Defining commands in server configurations will be deprecated in future releases. See `:help lspconfig.txt` to setup the same in an `on_attach` function. Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
* fix: only consider servers that have been set up as available (#2066)William Boman2022-08-231-1/+7
| | | | | * test: add failing test * fix(lspconfig): only consider servers that have been set up as available
* fix(lspconfig.lua): lintJustin M. Keyes2022-06-011-1/+1
|
* feat: add :LspLog command #1917William Boman2022-05-221-0/+7
|
* chore: prefix all vim.notify message with [lspconfig] (#1496)William Boman2021-11-271-1/+1
|
* chore: clean up importsMichael Lingelbach2021-11-251-3/+3
|
* feat: expose configsMichael Lingelbach2021-11-251-5/+15
|
* fix: disambiguate autostart option from function name (#1356)kylo2522021-11-081-3/+3
| | | | | | * make `config.autostart` separate from `config.launch()` * simplify handling of `config.autostart` * check for `true` instead of `not false` * replace `trigger` with the conventional `event` and `pattern`
* feat: improve interface for `:Lsp*` commands (#1324)Vsevolod2021-10-171-29/+15
|
* fix: use pairs in LspRestart (#1234)Michael Lingelbach2021-09-071-1/+1
|
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-1/+0
|
* chore: refactor ui components (#1172)Michael Lingelbach2021-08-241-1/+1
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-16/+16
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-25/+25
|
* Wrap dofile in pcallDavid Hotham2021-05-031-1/+1
| | | | Fixes #876
* Use dofile instead of require for faster setup({})Michael Lingelbach2021-04-231-1/+5
| | | | | | * closes #239 * For 76 language servers, this decreases time to invoke setup({}) from ~126 ms to ~1ms
* Lazily require lspinfo to save on start-up timeMichael Lingelbach2021-04-211-2/+1
|
* LspStart: make start all matching clients by defaultMichael Lingelbach2021-04-141-2/+15
|
* Restart clients attached to current buffer if none specifiedkraftwerk282021-04-051-9/+14
|
* Add stop, start, and restart commandsMichael Lingelbach2021-03-281-1/+38
|
* chore: remove deprecated module/functionMatthieu Coudron2021-02-251-4/+0
|
* Fix metatable __index for defining new language serversMichael Lingelbach2021-01-311-1/+1
|
* Remove deprecated commands :LspInstall and :LspInstallInfoMichael Lingelbach2021-01-241-16/+0
|
* lspinfo: move to moduleMichael Lingelbach2021-01-151-114/+3
|
* Add handling for nil filetypesMichael Lingelbach2021-01-151-1/+1
|
* LspInfo: fix display when client cmd contains newlinesMichael Lingelbach2021-01-141-12/+26
|
* LspInfo: fix when filetypes not definedMichael Lingelbach2021-01-141-9/+20
|
* Fix root detection for LspInfo, cache setupMichael Lingelbach2021-01-141-10/+6
|
* Commands: add LspInfoMichael Lingelbach2021-01-111-0/+98
|
* Add compatibility functions with deprecation noticeMichael Lingelbach2021-01-031-0/+29
|
* Remove all installers and install logicMichael Lingelbach2021-01-031-63/+2
|
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+83