aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* feat: add gotmpl to gopls filetypes (#1619)Reto2021-12-261-1/+1
* fix(denols): add package_json (#1611)tamago3242021-12-261-0/+1
* fix: use forward delineated paths in leanlsps (#1610)Julian Berman2021-12-262-2/+4
* fix: properly handle sanitizing bufname in .launch() (#1608)Michael Lingelbach2021-12-251-5/+4
* feat: add verible configuration (#1605)Zeger Van de Vannet2021-12-241-0/+21
* feat(remark): add remark-language-server (#1606)Remco Haszing2021-12-241-0/+50
* fix: attach to buffer when manually launching in single file mode (#1599)v0.1.0Michael Lingelbach2021-12-231-1/+2
* fix: only attempt to attach to valid bufnames (#1598)Michael Lingelbach2021-12-232-12/+21
* fix: do not attach server to buffers with nil or missing name (#1597)Michael Lingelbach2021-12-231-4/+20
* fix: internally use forward delineated paths cross-platform (#1593)Michael Lingelbach2021-12-232-41/+46
* chore: fix blanklines in efm.lua (#1592)Michael Lingelbach2021-12-211-2/+2
* fix: only stop/restart managed clients on :LspStop/:LspRestart (#1591)Jose Alvarez2021-12-211-1/+12
* feat(efm): re-enable single file supportMichael Lingelbach2021-12-191-3/+12
* feat: add grammarly support (#1562)Matthew Toohey2021-12-191-0/+31
* fix: add single_file_support to flux_lspNathaniel Cook2021-12-171-0/+1
* fix: rename flux-lsp to flux_lspNathaniel Cook2021-12-171-0/+0
* 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
* 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
* 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
* 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
* 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
* 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
* docs(jsonls): remove formatting workaroundMichael Lingelbach2021-12-011-14/+0
* fix(jsonls): add windows executable support (#1521)Ilham Agustiawan2021-12-011-0/+3
* 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
* 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
* fix(tailwindcss): add default classAttributes (#1505)Oryan Moshe2021-11-281-0/+6
* 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