aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: add postgres_lsp (#2781)figsoda2023-08-241-0/+20
|
* fix: lsprestart command faild (#2779)Raphael2023-08-231-2/+1
|
* Merge pull request #2775 from lewis6991/refactor/managerLewis Russell2023-08-226-311/+397
|\ | | | | refactor: move manager to separate module
| * refactor: move async_run_command()Lewis Russell2023-08-224-36/+40
| |
| * refactor: add sanitize_cmd()Lewis Russell2023-08-221-8/+12
| |
| * refactor: move manager to separate moduleLewis Russell2023-08-224-276/+354
| | | | | | | | | | | | - Move manager logic to own module - Move async logic to own module - Improve type annotations
* | fix(rust_analyzer): use attached buffer client send request (#2738)Noah Friedman2023-08-221-6/+10
| |
* | feat: add rune-languageserver (#2770)figsoda2023-08-221-0/+21
| |
* | Revert "feat: add `javascript` to emmet_ls (#2720)" (#2767)pedrobl852023-08-191-1/+0
| | | | | | This reverts commit edf44e175dbccbfd30bd88003d8a011e694ceeac.
* | feat: add thrift-language-server support (#2764)Pengfei Jiang2023-08-151-0/+20
| | | | | | | | | | | | | | | | | | * feat: add thrift-language-server support * fix: fix lint --------- Co-authored-by: 江鹏飞 <jiangpengfei.jiangpf@bytedance.com>
* | docs(lua_ls): update lua_ls doc link to lua_ls new website (#2759)carsakiller2023-08-111-4/+4
| |
* | fix(omnisharp): root_dir again uses proper pattern priority (#2754)Konrad Malik2023-08-091-1/+6
| |
* | fix(lua_ls): typo (2)Lewis Russell2023-08-081-2/+2
| |
* | chore(volar): rename npm package name (#2752)koralle2023-08-081-1/+1
| |
* | fix(lua_ls): typoLewis Russell2023-08-081-1/+1
|/
* feat(lua_ls): update recommended settingsLewis Russell2023-08-081-19/+19
| | | | | - Only override settings if there is no `.luarc.json(c)` file present. - Prefer setting workspace to `VIMRUNTIME` over `'runtimepath'`
* feat: add yang-language-server (#2741)Václav Kubernát2023-08-011-0/+19
|
* feat(omnisharp): find root directory for .csx scripts (#2715)Titouan CREACH2023-07-261-1/+2
| | | | | | | * feat(omnisharp): find root directory for .csx scripts * feat(omnisharp): use a table instead of a inlined if * feat(omnisharp): remove not needed for range loop
* fix(rust_analyzer): check active clients is empty (#2734)Raphael2023-07-261-1/+1
|
* fix(pyright): re-enable single-file mode (#2730)Anthony Shi2023-07-211-1/+1
| | | | | | | * fix(pyright): re-enable single-file mode * fix(pyright): re-enable single-file mode * fix(pyright): re-enable single-file mode
* fix(pyright): fix root_dir detection (#2727)Serhii Tereshchenko2023-07-201-2/+2
|
* feat(v): add `v-analyzer` (#2726)Turiiya2023-07-201-0/+21
|
* feat: add pkgbuild-language-server (#2723)Václav Kubernát2023-07-171-0/+19
|
* feat(guile-lsp-server): add guile-lsp-server (#2717)Felipe Lema2023-07-171-0/+30
|
* fix(pyright): add `.git` to list of root file (#2722)Phúc H. Lê Khắc2023-07-171-0/+1
|
* feat(regols): add regols support (#2721)Hoang Nguyen2023-07-151-0/+28
|
* feat: add `javascript` to emmet_ls (#2720)pedrobl852023-07-141-0/+1
|
* docs(tsserver): fix typo of TypeScript (#2698)OKURA Masafumi2023-07-131-1/+1
| | | Typescript -> TypeScript
* fix(pyright): use `cwd()` if no python config files are present. (#2697)Dom2023-07-131-1/+3
| | | This behavior is more natural and the default in VS Code: https://github.com/microsoft/pyright/issues/5407#issuecomment-1619132310.
* fix(rubocop): support projects that do not use bundler (#2706)Fraser Hanson2023-07-081-1/+8
| | | Co-authored-by: Fraser Hanson <fraser.hanson@netapp.com>
* feat(emmet_language_server): add emmet_language_server (#2702)José Olórtegui2023-07-071-0/+38
|
* docs: update broken link volar (vue.js) (#2705)Anton Nikolas Waniek2023-07-071-1/+1
| | | Broken link in volar docs (vue 2.x instructions)
* docs: fix documentation for missing commas (#2703)Kevin Liao2023-07-061-3/+3
|
* fix: correct typo on rubocop config (#2701)Wadii Hajji2023-07-061-0/+0
|
* feat: add rubocop support (#2700)Raphael2023-07-051-0/+17
|
* fix(omnisharp): update on_new_config (#2692)Miles Ramage2023-06-301-2/+10
| | | | | | | | | | | * fix(omnisharp): update on_new_config Save the initial value of cmd to be used in subsequent calls to on_new_config. * feat: replace excessive code with a call to unpack * fix(omnisharp): disable capabilities.workspace.workspaceFolders * fix(omnisharp): added empty lines
* fix(ember): add support for gjs and gts files for the ember language server ↵NullVoxPopuli2023-06-291-1/+1
| | | | (#2662)
* fix(nixd): nixd.json should be a dot file (#2689)Ruixi-rebirth2023-06-221-1/+1
| | | add missing dot on nixd.json file
* docs: update server_configurations ruff-lsp urlGerson Sosa2023-06-201-2/+2
|
* feat: add Swift-MesonLSP (#2680)Cezary Drożak2023-06-191-0/+19
|
* perf(gopls): make get go mod cache path async (#2673)Raphael2023-06-183-43/+48
|
* feat: add nelua-lsp (#2667)Lucas Tavares2023-06-171-0/+36
|
* fix(rust_analyzer): use RUSTUP_HOME in library check (#2679)Toby Vincent2023-06-171-1/+4
| | | | When checking if file is part of a library, use `RUSTUP_HOME` env variable if it is set, in the same way as `CARGO_HOME`.
* fix(command): LspRestart should attached before buffers (#2674)Raphael2023-06-141-2/+2
|
* fix(nixd): add nixd.json as root_dir pattern (#2665)Ruixi-rebirth2023-06-101-2/+4
|
* feat(gopls): attach previous lsp instance for GOMODCACHE (#2661)Ilia Choly2023-06-101-0/+9
|
* feat(tailwindcss): add .mjs and .cjs in root_pattern (#2655)Phelipe Teles2023-06-081-6/+8
|
* fix(vtsls): remove extra backticks in description (#2659)Rishabh Verma2023-06-081-1/+0
|
* feat(rust_analyzer): register serverStatus capability (#2658)Raphael2023-06-071-0/+9
|
* feat: add Astro's class:list in tailwind class attributes (#2656)Phelipe Teles2023-06-071-0/+1
|