| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #912 from undu/ocaml_interface | Peter Lithammer | 2021-05-19 | 1 | -1/+18 | |
| |\ | | | | | Add multiple types for ocamllsp | |||||
| | * | ocamllsp: add more filetypes | Pau Ruiz Safont | 2021-05-17 | 1 | -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 translation | Pau Ruiz Safont | 2021-05-17 | 1 | -1/+15 | |
| | | | ||||||
| * | | Merge pull request #900 from rafamadriz/master | Michael Lingelbach | 2021-05-17 | 1 | -1/+1 | |
| |\ \ | |/ |/| | modify jdtls env var example for one that works on all systems | |||||
| | * | revert config.md and modify jdtls instead | rafamadriz | 2021-05-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | update texlab options to v3.0.0 | Christian Clason | 2021-05-16 | 1 | -14/+14 | |
| | | | ||||||
| * | | Clarify pyls & pylsp installation instructions | Michael Lingelbach | 2021-05-15 | 2 | -1/+4 | |
| | | | ||||||
| * | | Add ReScript language server configuration | Amirali Esmaeili | 2021-05-11 | 1 | -0/+45 | |
| |/ | ||||||
| * | remove pylsp default_config doc | Michael Weimann | 2021-05-07 | 1 | -4/+1 | |
| | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| * | Merge pull request #883 from weeman1337/feature-pylsp | Peter Lithammer | 2021-05-07 | 1 | -0/+37 | |
| |\ | | | | | Add pylsp | |||||
| | * | add pylsp | Michael Weimann | 2021-05-06 | 1 | -0/+37 | |
| | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| * | | efm: Include current file dir in root detection | Hugo Barrera | 2021-05-06 | 1 | -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/master | Peter Lithammer | 2021-05-05 | 1 | -0/+22 | |
| |\ \ | | | | | | | Add configuration for java-language-server | |||||
| | * | | Add config for java-language-server | Patrik Tischmann | 2021-05-04 | 1 | -0/+22 | |
| | | | | ||||||
| * | | | feat: default diagnosticMode from 'openFilesOnly' to 'workspace' | Fabian David Schmidt | 2021-05-05 | 1 | -0/+1 | |
| | |/ |/| | ||||||
| * | | Replace tabs with 2-space indentation | Peter Lithammer | 2021-05-04 | 3 | -7/+7 | |
| | | | ||||||
| * | | Wrap dofile in pcall | David Hotham | 2021-05-03 | 1 | -1/+1 | |
| |/ | | | | Fixes #876 | |||||
| * | utils: fix script_path on windows | Michael Lingelbach | 2021-05-01 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #861 from mjlbach/dofile | Michael Lingelbach | 2021-05-01 | 2 | -1/+10 | |
| |\ | | | | | Use dofile instead of require for faster loading | |||||
| | * | Use dofile instead of require for faster setup({}) | Michael Lingelbach | 2021-04-23 | 2 | -1/+10 | |
| | | | | | | | | | | | | | * closes #239 * For 76 language servers, this decreases time to invoke setup({}) from ~126 ms to ~1ms | |||||
| * | | Add zeta-note | Timothée Sterle | 2021-04-23 | 1 | -0/+32 | |
| | | | ||||||
| * | | Merge pull request #857 from mnowotnik/master | Michael Lingelbach | 2021-04-22 | 1 | -1/+2 | |
| |\ \ | |/ |/| | bug: bufnr not passed to on_attach | |||||
| | * | bug: bufnr not passed to on_attach | Michał Nowotnik | 2021-04-20 | 1 | -1/+2 | |
| | | | ||||||
| * | | Merge pull request #859 from mjlbach/lazy_require_lspinfo | Michael Lingelbach | 2021-04-21 | 1 | -2/+1 | |
| |\ \ | |/ |/| | Lazily require lspinfo to save on start-up time | |||||
| | * | Lazily require lspinfo to save on start-up time | Michael Lingelbach | 2021-04-21 | 1 | -2/+1 | |
| | | | ||||||
| * | | Merge pull request #846 from joseeMDS/update-ocaml-defaults | Peter Lithammer | 2021-04-19 | 2 | -4/+4 | |
| |\ \ | ||||||
| | * | | Add suggestion changes | José Eduardo | 2021-04-19 | 2 | -3/+3 | |
| | | | | ||||||
| | * | | Update ocaml default settings | José Eduardo | 2021-04-17 | 2 | -4/+4 | |
| | |/ | ||||||
| * / | update stylelint_lsp documentation | Bob Matcuk | 2021-04-18 | 1 | -0/+13 | |
| |/ | ||||||
| * | Merge pull request #839 from nabezokodaikon/css-description | Michael Lingelbach | 2021-04-14 | 1 | -0/+13 | |
| |\ | | | | | Added description to introduce cssls | |||||
| | * | Added description to introduce cssls | nabezokodaikon | 2021-04-14 | 1 | -0/+13 | |
| | | | ||||||
| * | | Merge pull request #840 from mjlbach/lsp_start_improvements | Michael Lingelbach | 2021-04-14 | 1 | -2/+15 | |
| |\ \ | | | | | | | LspStart: make start all matching clients by default | |||||
| | * | | LspStart: make start all matching clients by default | Michael Lingelbach | 2021-04-14 | 1 | -2/+15 | |
| | | | | ||||||
| * | | | Use the file path as root_dir when ccls does not find root_dir | Adnios | 2021-04-14 | 1 | -2/+4 | |
| | |/ |/| | ||||||
| * | | Merge pull request #477 from dpretet/master | Michael Lingelbach | 2021-04-12 | 1 | -0/+19 | |
| |\ \ | | | | | | | New: Add svls for verilog and systemverilog support | |||||
| | * | | New: Add svls for verilog and systemverilog support | Damien Pretet | 2020-12-22 | 1 | -0/+19 | |
| | | | | ||||||
| * | | | Merge pull request #800 from dewey92/stylelint-support | Michael Lingelbach | 2021-04-10 | 1 | -0/+36 | |
| |\ \ \ | |_|/ |/| | | Support stylelint lsp | |||||
| | * | | Support stylelint lsp | Jihad D. Waspada | 2021-04-10 | 1 | -0/+36 | |
| | | | | | | | | | | | | | | | | | | | Use stylelint-lsp executable remove postcss | |||||
| * | | | Merge pull request #829 from Z5483/master | Michael Lingelbach | 2021-04-09 | 1 | -4/+4 | |
| |\ \ \ | | | | | | | | | docs: fix perlls link | |||||
| | * | | | doc: fix perlls description | Khue Nguyen | 2021-04-08 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Merge pull request #833 from mjlbach/catch_autostart_error | Michael Lingelbach | 2021-04-09 | 1 | -0/+4 | |
| |\ \ \ \ | | | | | | | | | | | autostart: print error when root directory nil | |||||
| | * | | | | autostart: print error when root directory nil | Michael Lingelbach | 2021-04-09 | 1 | -0/+4 | |
| | |/ / / | ||||||
| * / / / | Fix root_dir for wildcards and file in wildignore | Tristan Konolige | 2021-04-09 | 1 | -2/+4 | |
| |/ / / | ||||||
| * | | | Merge pull request #820 from shihanng/tflint | Peter Lithammer | 2021-04-06 | 1 | -0/+22 | |
| |\ \ \ | | | | | | | | | Add tflint configuration | |||||
| | * | | | Add tflint configuration | Shi Han NG | 2021-04-02 | 1 | -0/+22 | |
| | | | | | ||||||
| * | | | | Merge pull request #826 from mjlbach/remove_trim_and_pad | Michael Lingelbach | 2021-04-06 | 2 | -1/+11 | |
| |\ \ \ \ | | | | | | | | | | | lspinfo: update to use borders | |||||
| | * | | | | lspinfo: update to use borders | Michael Lingelbach | 2021-04-06 | 2 | -1/+11 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #789 from ttys3/master | Peter Lithammer | 2021-04-06 | 1 | -3/+24 | |
| |\ \ \ \ \ | | | | | | | | | | | | | refactor(vala): refine vala project root detection | |||||
| | * | | | | | refactor(vala): refine vala project root detection | ttys3 | 2021-03-24 | 1 | -3/+24 | |
| | | | | | | | ||||||
| * | | | | | | Restart clients attached to current buffer if none specified | kraftwerk28 | 2021-04-05 | 1 | -9/+14 | |
| | | | | | | | ||||||
