aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: remove dependency on deprecated close_preview_autocommand (#1575)Michael Lingelbach2021-12-161-1/+3
|
* fix(codeqlls): remove single_file_support (#1577)William Boman2021-12-161-1/+0
| | | | * codeqlls crashes with a null-pointer exception if NULL is passed as root directory * disable single file support
* feat(emmet_ls): enable single_file_support (#1573)Raafat Turki2021-12-151-0/+2
|
* feat: add cssmodules_ls (#1568)William Boman2021-12-141-0/+31
|
* fix(erlang_ls): use correct cmd on non-windows systemsMichael Lingelbach2021-12-141-1/+1
|
* fix: update erlangls cmd for win32 (#1566)Luke Bakken2021-12-131-1/+6
|
* fix(ccls): delete invalid root directory pattern (#1565)rhcher2021-12-131-3/+3
| | | | | ccls does not support compile_flags.txt see: https://github.com/MaskRay/ccls/wiki/FAQ#does-ccls-support-compile_flagstxt
* fix(solargraph): restore correct cmd (#1560)Morita Taro2021-12-121-2/+2
|
* chore: format with stylua (#1557)Michael Lingelbach2021-12-101-1/+1
|
* feat(ltex): enable single_file_support (#1556)Michael Lingelbach2021-12-101-0/+1
|
* fix(lean3ls): use utf-32 offset encoding (#1465)Rishikesh Vaishnav2021-12-101-0/+1
|
* feat: add solidity_ls solidity language server (#1552)edag942021-12-101-0/+24
| | | Co-authored-by: edag94 <edag1994@gmail.com>
* Merge pull request #1522 from kylo252/win-compatMichael Lingelbach2021-12-1031-47/+210
|\
| * fix(npm): resolve the command correctly on windowskylo2522021-12-0831-47/+210
| |
* | fix: add missing cmds for lemminx and sqls (#1551)William Boman2021-12-102-18/+2
| |
* | fix(spectral): add more root_dirs (#1550)William Boman2021-12-101-1/+1
|/
* chore: fix missing [lspconfig] prefix for vim.notify (#1546)William Boman2021-12-061-1/+1
|
* fix(graphql): add typescriptreact, javascriptreact filetypes (#1544)William Boman2021-12-051-1/+1
|
* feat(quick-lint-js): enable single-file-support (#1541)Michael Lingelbach2021-12-041-0/+1
|
* docs(lua): simplify cmd documentation (#1539)Christian Clason2021-12-041-4/+1
| | | | `lua-language-server` can now be started with a simple call to the eponymous binary. assume that can be found in `$PATH`.
* docs(lua): clarify sumneko `cmd` settingChristian Clason2021-12-041-1/+1
|
* feat: add quick-lint-js (#1533)Michael Lingelbach2021-12-041-0/+18
|
* docs: update lua-language-server instructions (#1537)Michael Lingelbach2021-12-041-16/+2
| | | passing `-E main.lua` is no longer required on the latest version (2.5.0) of `lua-language-server`
* chore!: remove compat shims for pre-0.5.1 handlers (#1530)Christian Clason2021-12-026-99/+43
|
* fix(eslint): openDoc function on Linux (#1529)Denis Mitana2021-12-021-0/+2
| | | | | Now the `open` command is used to execute eslint's `openDoc` function, but `xdg-open` is the default command in Linux used to open a file or URL in the user's preferred application.
* docs(jsonls): remove formatting workaroundMichael Lingelbach2021-12-011-14/+0
| | | * jsonls supports formatting requests now beyond range formatting
* fix(jsonls): add windows executable support (#1521)Ilham Agustiawan2021-12-011-0/+3
| | | Co-authored-by: Ilham Agustiawan <ilham.agustiawan@nawadata.com>
* fix(fsautocomplete): changed cmd to executable of newest version (#1518)Daniel Kirchhof2021-11-301-1/+1
|
* chore: use client.request instead of buf_request (#1503)ranjithshegde2021-11-293-38/+60
| | | | | | | * Use client.request directly instead of vim.lsp.buf_request to call methods that are outside the official LSP specification, such as clangd's "textDocument/switchSourceHeader". * This avoids sending an inapplicable request to all servers, as we cannot ahead of time validate the methods a given server supports.
* feat: add golangci-lint-languageserver support (#1511)Kim Nielsen2021-11-291-0/+34
|
* fix(eslint): default to location mode for workingDirectory (#1506)Michael Lingelbach2021-11-281-4/+2
| | | | | * location mode uses the workspace folder location or the file location (if no workspace folder is open) as the working directory
* fix(tailwindcss): add default classAttributes (#1505)Oryan Moshe2021-11-281-0/+6
| | | | | | | | | | Fixes neovim/nvim-lspconfig#1504 Adds the following default classAttributes to settings: - `class` - `className` - `classList` required by version 0.0.5 of tailwindcss-language-server
* fix(yamlls): add yaml.docker-compose to filetypes (#1501)William Boman2021-11-271-1/+1
|
* chore: prefix all vim.notify message with [lspconfig] (#1496)William Boman2021-11-276-14/+14
|
* docs(bicep): document required filetype autocommand (#1493)Michael Lingelbach2021-11-261-3/+10
| | | Co-authored-by: Johan HÃ¥kansson <jhakanzon@gmail.com>
* fix(eslint): match opts to sync request (#1492)Michael Lingelbach2021-11-261-3/+3
| | | Co-authored-by: Eloy Toro <eloytoro@gmail.com>
* fix: single_file_mode should be single_file_support (#1489)Michael Lingelbach2021-11-264-7/+7
|
* chore: clean up importsMichael Lingelbach2021-11-25123-129/+129
|
* feat: expose configsMichael Lingelbach2021-11-25121-540/+219
|
* fix: only set cmd_cwd if filepath exists (#1485)Michael Lingelbach2021-11-251-1/+2
|
* fix: set correct cwd config key when unset (#1483)Julian Berman2021-11-252-5/+4
| | | pass `cmd_cwd` instead of `cwd` in `config` to start_client
* chore: remove executable check (#1477)Michael Lingelbach2021-11-241-5/+8
| | | | | | * start_client handles checking if the server is executable, it is redundant to check this in lspconfig * vim.fn.executable does not respect cmd_env, which can allow injecting servers via a local PATH override
* fix(leanls): make opening nonexisting directories work (#1474)Julian Berman2021-11-232-10/+0
|
* docs: fix typo in installation command for ocamlls (#1475)dundargoc2021-11-231-1/+1
|
* feat: add ruby typeprof support (#1459)Cory Hutchison2021-11-211-0/+22
|
* fix(health): fix problem of always showing warning (#1466)erw72021-11-211-1/+1
|
* fix(health): fix problem that could return empty results (#1461)Michael Lingelbach2021-11-201-0/+3
| | | Co-authored-by: erw7 <erw7.github@gmail.com>
* feat(clojure_lsp): add shadow-cljs root pattern (#1451)Loreo132021-11-191-2/+2
|
* chore: format with stylua (#1457)Michael Lingelbach2021-11-191-4/+6
|
* feat: add spectral-language-server support (#1455)Luiz Correia2021-11-191-0/+32
|