aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(qmlls): update qmlls.lua filetypes (#2838)Lucas Biaggi2023-09-301-1/+1
|
* fix: correct mutt_ls file types (#2836)Ricardo Marliere2023-09-291-1/+1
|
* fix(robotframework_ls): update root directory pattern (#2789)Sampo Rapeli2023-09-281-2/+4
|
* feat: add mutt-language-server support (#2834)Ricardo Marliere2023-09-281-0/+25
|
* feat: add templ support (#2830)Rene Zbinden2023-09-251-0/+21
|
* feat(solidity_ls_nomicfoundation): add single_file_support and supported ↵LW2023-09-231-2/+17
| | | | | frameworks (#2724) All are supported according to the LSP's documentation.
* fix: remove usages of private (now deprecated) functions (#2822)Gregory Anders2023-09-201-3/+0
| | | | | Functions prefixed with _ should not be used, as they have no stability guarantees from Nvim and can be removed at anytime with no warning or replacement. _trim was such a function that was recently removed.
* fix(LspInfo): error if root_dir is nil #2813Saltaformajo2023-09-181-1/+1
| | | fix #2811
* feat(denols): enable import completion from registries #2793sigmaSd2023-09-151-3/+13
|
* fix(gopls): prioritise go.work at root_dirMarcus Caisey2023-09-131-1/+1
|
* fix(ccls): add cuda filetype support (#2806)charles chetty2023-09-121-1/+1
| | | Co-authored-by: charleschetty <cfunction@foxmamil.com>
* feat: add `mojo` language server (#2804)LW2023-09-121-0/+22
| | | fixes: #2799
* fix(docker_compose): constrain filetype pattern #2772Rick Bowen2023-09-111-1/+1
| | | | | | | | | | | | | | | The current configuration for `docker_compose_language_server` causes any/all YAML files to trigger loading of the docker-compose language server. This PR replaces the default configuration FileType `yaml` with the very common (sub?) FileType `yaml.docker-compose`. I believe the original _intention_ was to have all Docker-Compose files be recognized and have features as a FileType of `YAML`, but in reality the _inverse_ was configured (all YAML files are assumed to be Docker-Compose files). The `yaml.docker-compose` filetype is well recognized, even in `nvim-lspconfig`: - [lua/lspconfig/server_configurations/yamlls.lua](https://github.com/neovim/nvim-lspconfig/blob/67f151e84daddc86cc65f5d935e592f76b9f4496/lua/lspconfig/server_configurations/yamlls.lua#L6) - [sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot/blob/bc8a81d3592dab86334f27d1d43c080ebf680d42/autoload/polyglot/sleuth.vim#L629) More `yaml.docker-compose` Lua & VimScript examples: https://github.com/search?q=language%3Alua+OR+language%3A%22Vim+Script%22+%22yaml.docker-compose%22&type=code&ref=advsearch
* fix(pyright): change diagnosticMode to openFilesOnly #2783Phúc H. Lê Khắc2023-09-111-1/+1
| | | | When you go to definition of a library function, pyright will analyze the entire packages to report diagnostic information. This is extremely slow and heavy https://www.reddit.com/r/neovim/comments/135fqp9/why_is_pyright_constantly_analyzing_files_it/ Switch to the default value, similar to in VSCode.
* fix(jedi): .git/ can decide root dir #2780Phúc H. Lê Khắc2023-09-111-0/+1
|
* feat(php): look for phpactor files #2774Bartek Jaskulski2023-09-111-1/+1
| | | | | Based on presence of phpactor-specific configuration files, allow client to attach, even if we are not inside a composer package or a git repository. Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
* feat: add `biome` (`rome` successor) (#2790)pseudometa2023-09-092-0/+38
| | | | | | | | | * feat: add `biome` (`rome` successor) * fix: add jsonc support for biome biome recently added support for jsonc https://biomejs.dev/blog/biome-v1#jsonc-support-and-comments * fix: leftover reference to `rome`
* feat: update lua_ls settingsLewis Russell2023-09-061-15/+18
| | | | Fixes #2791
* feat: add mdx-analyzer support (#2784)Mikey2023-08-261-0/+19
|
* 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
|