aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig
Commit message (Expand)AuthorAgeFilesLines
* utils: fix script_path on windowsMichael Lingelbach2021-05-011-1/+1
* Merge pull request #861 from mjlbach/dofileMichael Lingelbach2021-05-011-0/+5
|\
| * Use dofile instead of require for faster setup({})Michael Lingelbach2021-04-231-0/+5
* | Add zeta-noteTimothée Sterle2021-04-231-0/+32
* | bug: bufnr not passed to on_attachMichał Nowotnik2021-04-201-1/+2
|/
* 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 csslsnabezokodaikon2021-04-141-0/+13
* | 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 supportDamien Pretet2020-12-221-0/+19
* | Merge pull request #800 from dewey92/stylelint-supportMichael Lingelbach2021-04-101-0/+36
|\ \
| * | Support stylelint lspJihad D. Waspada2021-04-101-0/+36
* | | Merge pull request #829 from Z5483/masterMichael Lingelbach2021-04-091-4/+4
|\ \ \
| * | | 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 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 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 bordersMichael Lingelbach2021-04-062-1/+11
* | | | | Merge pull request #789 from ttys3/masterPeter Lithammer2021-04-061-3/+24
|\ \ \ \ \
| * | | | | refactor(vala): refine vala project root detectionttys32021-03-241-3/+24
* | | | | | Update broken linkluotao2021-04-021-1/+1
| |_|/ / / |/| | | |
* | | | | jdtls: Add workaround for textDocument version of 0Damien Radtke2021-03-311-3/+25
| |/ / / |/| | |
* | | | pyright: add package_json pathtamago3242021-03-281-0/+1
* | | | Remove duplicated tbl_deep_extendMichael Lingelbach2021-03-282-38/+4
| |/ / |/| |
* | | Use the file path as root_dir when cmake does not find root_dirLuoZhongYao2021-03-261-2/+4
* | | lspinfo: avoid overeager highlightingMarco Hinz2021-03-261-2/+3
* | | sumneko: do not send telemetry data by defaultMarco Hinz2021-03-241-0/+5
* | | Added the dot language server to the mixMichael Green2021-03-221-0/+32
|/ /
* | Merge pull request #489 from tzx/pyright-org-importsMichael Lingelbach2021-03-201-1/+15
|\ \
| * | Add pyright.organizeimports commandTimmy Xiao2020-12-241-1/+15
* | | Merge pull request #769 from andersondanilo/feature/phpactor-supportMichael Lingelbach2021-03-201-0/+32
|\ \ \
| * | | add phpactorAnderson Danilo2021-03-061-0/+32
* | | | godot: fix docgen for root_dirMichael Lingelbach2021-03-191-1/+1
* | | | Merge pull request #785 from mjlbach/improve_docgenMichael Lingelbach2021-03-191-1/+3
|\ \ \ \
| * | | | Start texlab in file's current working directoryMichael Lingelbach2021-03-191-1/+3
* | | | | added beancount support to lspconfigBrian Ryall2021-03-161-0/+34
|/ / / /
* | | | Add configuration for PowerShellEditorServicesAnatolii Sakhnik2021-03-141-0/+61
* | | | Merge pull request #707 from ngscheurich/haxe-language-serverMichael Lingelbach2021-03-111-0/+48
|\ \ \ \
| * | | | Add support for the Haxe Language ServerNicholas Scheurich2021-03-111-0/+48
* | | | | Merge pull request #768 from HiPhish/vala-lsMichael Lingelbach2021-03-101-0/+21
|\ \ \ \ \
| * | | | | Add Vala language serverHiPhish2021-03-061-0/+21
| | |/ / / | |/| | |
* | | | | Use vim.api.* instead of vim.fn.*Brandon Conway2021-03-101-1/+1
* | | | | use vim.api.nvim_create_buf instead of vim.fn.nvim_create_bufsmolck2021-03-091-1/+1