aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #554 from mjlbach/typescript_fix_rootMichael Lingelbach2021-01-081-1/+4
|\ \ \ \
| * | | | tsserver: fix root detection to prefer tsconfig.jsonMichael Lingelbach2021-01-081-1/+4
* | | | | jdtls: fix spelling errorMichael Lingelbach2021-01-081-1/+1
* | | | | jdtls: fix formatting and non-local variableMichael Lingelbach2021-01-081-4/+3
* | | | | jdtls: fix cmd and fix java documentationMichael Lingelbach2021-01-081-0/+38
| |/ / / |/| | |
* | | | Merge pull request #556 from mjlbach/solargraph_diagnosticsMichael Lingelbach2021-01-081-1/+6
|\ \ \ \
| * | | | solargraph: enable diagnostics by defaultMichael Lingelbach2021-01-081-1/+6
* | | | | Merge pull request #555 from mjlbach/fix_rls_documentationMichael Lingelbach2021-01-071-1/+14
|\| | | |
| * | | | rls: remove vscode extension link, fix documentationMichael Lingelbach2021-01-071-1/+14
| |/ / /
* | | | update denols docYa Zhuang2021-01-081-1/+0
* | | | Merge pull request #547 from mjlbach/update_julia_documentationMichael Lingelbach2021-01-061-21/+60
|\ \ \ \
| * | | | julials: fix cmd and update documentationMichael Lingelbach2021-01-061-21/+60
| |/ / /
* / / / vscode-html-languageserver: document reason completion is not on by defaultMichael Lingelbach2021-01-061-1/+14
|/ / /
* | | Merge pull request #546 from mjlbach/remove_vscode_doc_cclsMichael Lingelbach2021-01-051-1/+0
|\ \ \
| * | | ccls: remove package.json from documentationMichael Lingelbach2021-01-051-1/+0
* | | | Merge pull request #540 from mjlbach/angularls_fix_documentationMichael Lingelbach2021-01-051-0/+14
|\| | |
| * | | angularls: update documentation to note on_init overrides cmdMichael Lingelbach2021-01-051-0/+14
* | | | added dhall lsp serverBrian Shu2021-01-051-0/+26
* | | | Fix syntax error for sumneko_lua in CONFIG.mdStephan Seitz2021-01-051-1/+1
|/ / /
* | | vimls: fix docgenMichael Lingelbach2021-01-041-3/+3
* | | Add deno language serverMichael Lingelbach2021-01-041-0/+30
* | | Merge pull request #536 from mjlbach/sumneko_typoMichael Lingelbach2021-01-041-1/+1
|\ \ \
| * | | sumneko: fix typoMichael Lingelbach2021-01-041-1/+1
* | | | ccls: add example of init_optionsMichael Lingelbach2021-01-031-0/+19
|/ / /
* | | Merge pull request #525 from mjlbach/fix_texlab_build_argsMichael Lingelbach2021-01-031-1/+1
|\ \ \
| * | | texlab: add %f to settings.latex.build.argsMichael Lingelbach2021-01-031-1/+1
* | | | Merge pull request #518 from mjlbach/jsonls_fix_formattingMichael Lingelbach2021-01-031-0/+17
|\ \ \ \
| * | | | jsonls: fix range formatting, add command for formatting bufferMichael Lingelbach2021-01-031-0/+17
| |/ / /
* | | | Merge pull request #520 from mjlbach/update_sumneko_lua_docsMichael Lingelbach2021-01-031-2/+16
|\ \ \ \
| * | | | Sumneko_lua: add suggested helper functions for setting pathMichael Lingelbach2021-01-031-2/+16
| |/ / /
* / / / tsserver: add typescript as dependency in docsMichael Lingelbach2021-01-031-2/+2
|/ / /
* | | Add compatibility functions with deprecation noticeMichael Lingelbach2021-01-031-0/+29
* | | Remove all installers and install logicMichael Lingelbach2021-01-0332-1247/+85
* | | rust-analyzer: remove workaround for ignored capabilitiesMichael Lingelbach2021-01-031-12/+0
* | | Update sumneko lua docsMichael Lingelbach2021-01-031-0/+29
* | | Rust-analyzer: fix for missing required capabilitiesMichael Lingelbach2020-12-311-1/+13
* | | Remove workaround for missing workDoneProgress/create handlerMichael Lingelbach2020-12-311-4/+0
* | | Fix filesystem permissions for cmake.lua and als.luaMichael Lingelbach2020-12-292-0/+0
* | | Add Sorbet language serverNathan Smith2020-12-291-0/+30
* | | Fix texlab crash due to workDoneProgress callbackMichael Lingelbach2020-12-291-0/+4
* | | Fix perl docgen by replacing with raw github linkMichael Lingelbach2020-12-291-1/+1
* | | Merge pull request #486 from pretentious7/masterMichael Lingelbach2020-12-291-0/+37
|\ \ \
| * | | made docstring more explicit.Abhishek Cherath2020-12-241-1/+1
| * | | got rid of unnecessary comment.Abhishek Cherath2020-12-241-1/+0
| * | | updated perllsAbhishek Cherath2020-12-241-2/+3
| * | | Merge branch 'master' of https://github.com/pretentious7/nvim-lspconfigAbhishek Cherath2020-12-231-2/+4
| |\| |
| * | | added perl language serverAbhishek Cherath2020-12-231-0/+37
| | |/ | |/|
* | | Merge pull request #450 from lithammer/dont-use-homedir-as-root-dirMichael Lingelbach2020-12-291-2/+2
|\ \ \
| * | | sumneko_lua: Use bufdir instead of homedir when resolving root_dirPeter Lithammer2020-12-211-2/+2
| |/ /
* | | Merge pull request #437 from creativenull/fix-tsserver-rootdirMichael Lingelbach2020-12-291-2/+2
|\ \ \