aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig
Commit message (Expand)AuthorAgeFilesLines
* fix(dartls): explicitly pass the protocol to dartls (#1943)Christopher Fujino2022-06-031-1/+1
* style: fix bad formatting (#1944)Peter Lithammer2022-06-023-6/+6
* fix: no-argument :LspStop, :LspRestart with standalone files #1785Rishikesh Vaishnav2022-06-012-3/+12
* refactor(grammarly): use new, official, npm package (#1924)William Boman2022-06-011-4/+4
* feat: added wgsl_analyzer support (#1925)Dmitry Kudryavtsev2022-06-011-0/+30
* docs(graphql): fix docs on root_dir defaults (#1923)Michael Härtl2022-06-011-1/+1
* fix(denols): update settings for lint and tsconfig #1933David2022-05-301-4/+3
* fix: buffer may be invalid during on_attach #1822Tomasz N2022-05-221-8/+10
* docs(volar): Improve config example for monorepos (#1909)Michael Härtl2022-05-201-11/+22
* docs(sumneko_lua): fix usage of runtime_path (#1915)Michael Adler2022-05-201-6/+0
* fix(beancount): fix beancount start command and filetype (#1879)hateonion2022-05-171-5/+3
* fix(fortls): update server and default cmd args (#1904)gnikit2022-05-151-6/+18
* fix(dartls): use a more concise command (#1906)Gavin Zhao2022-05-151-29/+1
* fix(jsonnet_ls): merge cmd_env instead of ovdrriding it entirely #1559William Boman2022-05-121-3/+6
* fix(glint): add more files to root_dir patternWilliam Boman2022-05-061-1/+8
* fix(glint): detect project dir inside `on_new_config` hook rather than at mod...William Boman2022-05-062-4/+18
* feat: glint-language-server #1890Moacir P. de Sá Pereira2022-05-051-0/+48
* feat(configs): use client capabilities by default, deep-extend user-provided ...jdrouhard2022-05-044-19/+14
* ocamllsp: add support for the dune filetype (#1884)Török Edwin2022-05-021-3/+4
* fix(eslint): add missing root_pattern (#1869)Anton2022-04-271-0/+1
* docs(zeta_note): fix quotation mark style (#1867)yhu2662022-04-261-1/+1
* docs(esbonio): fix URL to option docs (#1866)yhu2662022-04-261-1/+1
* docs(reason_ls): remove invalid comment regarding cmd (#1864)William Boman2022-04-261-7/+0
* fix(zeta_note): add cmd (#1863)William Boman2022-04-261-7/+1
* fix(vls): add cmd (#1862)William Boman2022-04-261-11/+1
* fix(ccls): .git as fallback when detecting project root (#1860)Alexandru Geană2022-04-251-2/+11
* Revert "fix(ccls): remove .git from root_dir" (#1857)Michael Lingelbach2022-04-251-2/+2
* Merge pull request #1855 from mracos/patch-2Peter Lithammer2022-04-251-1/+1
|\
| * fix(elixirls): add `heex` filetypemarcos ferreira2022-04-251-1/+1
* | fix(ccls): remove .git from root_dirAlexandru Geana2022-04-231-2/+2
|/
* docs: clarify recommendations for lua-language-server (#1845)Michael Lingelbach2022-04-171-1/+16
* feat(vimls): enable neovim support by default (#1844)Michael Lingelbach2022-04-171-3/+3
* feat: add steep support (#1842)OKURA Masafumi2022-04-161-0/+21
* feat: add astro-ls support (#1841)Piero Lescano2022-04-161-0/+32
* fix(clarity_lsp): remove .cmd suffix for Windows (#1835)v0.1.3William Boman2022-04-141-6/+1
* docs: remove outdated root pattern references (#1828)Michael Lingelbach2022-04-097-7/+7
* fix(clangd): update root-markers (#1826)kylo2522022-04-092-9/+26
* fix(lua-language-server): update root-markers (#1825)kylo2522022-04-091-2/+10
* fix(taplo): update for taplo 0.6.0Denis Cornehl2022-04-051-3/+3
* Merge pull request #1779 from angusjf/patch-1Peter Lithammer2022-03-281-1/+1
|\
| * docs(eslint): update `autocmd` exampleAngus Findlay2022-03-281-1/+1
* | ci: fix new luacheck v0.26.0 errorsPeter Lithammer2022-03-282-11/+11
* | fix(hoon-language-server): update cmd and docs (#1809)Matthias Schaub2022-03-231-6/+5
* | fix(hoon-language-server): remove example (#1804)Matthias Schaub2022-03-221-7/+0
* | feat: add hoon-language-server support (#1802)Matthias Schaub2022-03-211-0/+37
* | docs: clean up styling in documentation (#1797)Michael Lingelbach2022-03-201-2/+2
* | feat: add prosemd-lsp for markdown (#1795)Dan Sully2022-03-201-0/+22
* | feat: add mm0 language support (#1787)Julian Berman2022-03-181-0/+20
* | fix(beancount-langserver): add stdio flag to cmd (#1791)kmaasrud2022-03-181-1/+1
* | docs: fix volar.setup parameters in description (#1780)Jędrzej Boczar2022-03-161-5/+3
|/