aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #912 from undu/ocaml_interfacePeter Lithammer2021-05-191-1/+18
|\ | | | | Add multiple types for ocamllsp
| * ocamllsp: add more filetypesPau Ruiz Safont2021-05-171-0/+3
| | | | | | | | | | | | | | | | | | | | These are ocamlinterface, ocamllex and menhir. This is in preparation when these filetypes will be introduced in order to keep lsp working on them. The change is backwards compatible. For more information about the rationale of this change please read https://github.com/ocaml/vim-ocaml/pull/61
| * 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
|\ \ | |/ |/| modify jdtls env var example for one that works on all systems
| * 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
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Merge pull request #883 from weeman1337/feature-pylspPeter Lithammer2021-05-071-0/+37
|\ | | | | Add pylsp
| * add pylspMichael Weimann2021-05-061-0/+37
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | efm: Include current file dir in root detectionHugo Barrera2021-05-061-2/+4
| | | | | | | | | | | | | | | | | | | | The current settings for EFM make it so that it will only work within a git repository. This change adds a fallback, so that if the current file is _not_ inside a git repository then the current directory is used instead. This is useful, for example, when opening a random python file, so as to get feedback from the system flake8.
* | Merge pull request #875 from zupatisc/masterPeter Lithammer2021-05-051-0/+22
|\ \ | | | | | | Add configuration for java-language-server
| * | 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
|/ | | | Fixes #876
* 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 loading
| * Use dofile instead of require for faster setup({})Michael Lingelbach2021-04-232-1/+10
| | | | | | | | | | | | * closes #239 * For 76 language servers, this decreases time to invoke setup({}) from ~126 ms to ~1ms
* | 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_attach
| * 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 time
| * Lazily require lspinfo to save on start-up timeMichael Lingelbach2021-04-211-2/+1
| |
* | Merge pull request #846 from joseeMDS/update-ocaml-defaultsPeter Lithammer2021-04-192-4/+4
|\ \
| * | Add suggestion changesJosé Eduardo2021-04-192-3/+3
| | |
| * | Update ocaml default settingsJosé Eduardo2021-04-172-4/+4
| |/
* / update stylelint_lsp documentationBob Matcuk2021-04-181-0/+13
|/
* Merge pull request #839 from nabezokodaikon/css-descriptionMichael Lingelbach2021-04-141-0/+13
|\ | | | | Added description to introduce cssls
| * Added description to introduce csslsnabezokodaikon2021-04-141-0/+13
| |
* | Merge pull request #840 from mjlbach/lsp_start_improvementsMichael Lingelbach2021-04-141-2/+15
|\ \ | | | | | | LspStart: make start all matching clients by default
| * | LspStart: make start all matching clients by defaultMichael Lingelbach2021-04-141-2/+15
| | |
* | | Use the file path as root_dir when ccls does not find root_dirAdnios2021-04-141-2/+4
| |/ |/|
* | Merge pull request #477 from dpretet/masterMichael Lingelbach2021-04-121-0/+19
|\ \ | | | | | | New: Add svls for verilog and systemverilog support
| * | New: Add svls for verilog and systemverilog supportDamien Pretet2020-12-221-0/+19
| | |
* | | Merge pull request #800 from dewey92/stylelint-supportMichael Lingelbach2021-04-101-0/+36
|\ \ \ | |_|/ |/| | Support stylelint lsp
| * | Support stylelint lspJihad D. Waspada2021-04-101-0/+36
| | | | | | | | | | | | | | | | | | Use stylelint-lsp executable remove postcss
* | | Merge pull request #829 from Z5483/masterMichael Lingelbach2021-04-091-4/+4
|\ \ \ | | | | | | | | docs: fix perlls link
| * | | doc: fix perlls descriptionKhue Nguyen2021-04-081-4/+4
| | | |
* | | | Merge pull request #833 from mjlbach/catch_autostart_errorMichael Lingelbach2021-04-091-0/+4
|\ \ \ \ | | | | | | | | | | autostart: print error when root directory nil
| * | | | autostart: print error when root directory nilMichael Lingelbach2021-04-091-0/+4
| |/ / /
* / / / Fix root_dir for wildcards and file in wildignoreTristan Konolige2021-04-091-2/+4
|/ / /
* | | Merge pull request #820 from shihanng/tflintPeter Lithammer2021-04-061-0/+22
|\ \ \ | | | | | | | | Add tflint configuration
| * | | Add tflint configurationShi Han NG2021-04-021-0/+22
| | | |
* | | | Merge pull request #826 from mjlbach/remove_trim_and_padMichael Lingelbach2021-04-062-1/+11
|\ \ \ \ | | | | | | | | | | lspinfo: update to use borders
| * | | | lspinfo: update to use bordersMichael Lingelbach2021-04-062-1/+11
| | | | |
* | | | | Merge pull request #789 from ttys3/masterPeter Lithammer2021-04-061-3/+24
|\ \ \ \ \ | | | | | | | | | | | | refactor(vala): refine vala project root detection
| * | | | | refactor(vala): refine vala project root detectionttys32021-03-241-3/+24
| | | | | |
* | | | | | Restart clients attached to current buffer if none specifiedkraftwerk282021-04-051-9/+14
| | | | | |