aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* fix(terraform): terraform-ls is for terraform onlyDavid Hotham2021-06-291-1/+1
* improve(lean3ls): increase the default memory and timeout limitsJulian Berman2021-06-271-1/+1
* fix(tailwindcss): pin pre-built extension to 0.6.8 until npm releaseDaniel M. Capella2021-06-151-1/+1
* improve(tailwindcss): missing validation settings, provide tab size forKarim Abou Zeid2021-06-151-0/+22
* fix(tailwindcss): remove package.json to fix docgen (#980)Michael Lingelbach2021-06-141-1/+0
* feat: add tailwindcss language serverDaniel M. Capella2021-06-141-0/+103
* docs(jsonls): update installation instructionsBen Frain2021-06-131-6/+6
* docs(htmlls): update installation instructionsBen Frain2021-06-131-5/+5
* fix(cssls): fix linting erros (#977)Michael Lingelbach2021-06-131-2/+1
* docs(cssls): update installation for vscode-css-language-serverBen Frain2021-06-131-6/+8
* feat(lean): add support for Lean 4 language serverRishikesh Vaishnav2021-06-132-6/+50
* Merge pull request #973 from mjlbach/fix/docgen-1Michael Lingelbach2021-06-131-1/+0
|\
| * fix(docgen): remove codeql package.jsonMichael Lingelbach2021-06-131-1/+0
* | docs(fsautocomplete): update installationAdelar da Silva Queiróz2021-06-131-13/+10
|/
* clangd: "can’t" -> "cannot" in switchSourceHeader failure messageBradley Hardy2021-06-091-1/+1
* Fix wrong root_uriAlvaro Muñoz2021-06-091-2/+2
* Add Crystalline (Crystal)Greg Werbin2021-06-031-0/+24
* Fix link for texlabMario2021-05-301-1/+1
* Update rome.lua link to websiteSteve Lacy2021-05-281-1/+1
* Fix LspInfo attached client summaryLucy Crockett2021-05-241-5/+5
* Merge pull request #919 from nathanaelcunningham/prismalsMichael Lingelbach2021-05-231-0/+31
|\
| * parent d23816b7b00028375e53dba2aa30f2b56573cf54Nathanael Cunningham2021-05-231-0/+31
* | Fix LspInfo attached client countLucy Crockett2021-05-231-1/+1
* | docs: update sumenko docs to add runtime filesMichael Lingelbach2021-05-221-5/+6
* | jdtls: add package_json pathtamago3242021-05-211-0/+1
|/
* Merge pull request #912 from undu/ocaml_interfacePeter Lithammer2021-05-191-1/+18
|\
| * ocamllsp: add more filetypesPau Ruiz Safont2021-05-171-0/+3
| * ocamllsp: prepare for filetype to language_id translationPau Ruiz Safont2021-05-171-1/+15
* | Merge pull request #900 from rafamadriz/masterMichael Lingelbach2021-05-171-1/+1
|\ \ | |/ |/|
| * revert config.md and modify jdtls insteadrafamadriz2021-05-121-1/+1
* | update texlab options to v3.0.0Christian Clason2021-05-161-14/+14
* | Clarify pyls & pylsp installation instructionsMichael Lingelbach2021-05-152-1/+4
* | Add ReScript language server configurationAmirali Esmaeili2021-05-111-0/+45
|/
* remove pylsp default_config docMichael Weimann2021-05-071-4/+1
* Merge pull request #883 from weeman1337/feature-pylspPeter Lithammer2021-05-071-0/+37
|\
| * add pylspMichael Weimann2021-05-061-0/+37
* | efm: Include current file dir in root detectionHugo Barrera2021-05-061-2/+4
* | Merge pull request #875 from zupatisc/masterPeter Lithammer2021-05-051-0/+22
|\ \
| * | Add config for java-language-serverPatrik Tischmann2021-05-041-0/+22
* | | feat: default diagnosticMode from 'openFilesOnly' to 'workspace'Fabian David Schmidt2021-05-051-0/+1
| |/ |/|
* | Replace tabs with 2-space indentationPeter Lithammer2021-05-043-7/+7
* | Wrap dofile in pcallDavid Hotham2021-05-031-1/+1
|/
* utils: fix script_path on windowsMichael Lingelbach2021-05-011-1/+1
* Merge pull request #861 from mjlbach/dofileMichael Lingelbach2021-05-012-1/+10
|\
| * Use dofile instead of require for faster setup({})Michael Lingelbach2021-04-232-1/+10
* | Add zeta-noteTimothée Sterle2021-04-231-0/+32
* | Merge pull request #857 from mnowotnik/masterMichael Lingelbach2021-04-221-1/+2
|\ \ | |/ |/|
| * bug: bufnr not passed to on_attachMichał Nowotnik2021-04-201-1/+2
* | Merge pull request #859 from mjlbach/lazy_require_lspinfoMichael Lingelbach2021-04-211-2/+1
|\ \ | |/ |/|
| * Lazily require lspinfo to save on start-up timeMichael Lingelbach2021-04-211-2/+1