| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(qmlls): update qmlls.lua filetypes (#2838) | Lucas Biaggi | 2023-09-30 | 1 | -1/+1 | |
| | | ||||||
| * | fix: correct mutt_ls file types (#2836) | Ricardo Marliere | 2023-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | fix(robotframework_ls): update root directory pattern (#2789) | Sampo Rapeli | 2023-09-28 | 1 | -2/+4 | |
| | | ||||||
| * | feat: add mutt-language-server support (#2834) | Ricardo Marliere | 2023-09-28 | 1 | -0/+25 | |
| | | ||||||
| * | feat: add templ support (#2830) | Rene Zbinden | 2023-09-25 | 1 | -0/+21 | |
| | | ||||||
| * | feat(solidity_ls_nomicfoundation): add single_file_support and supported ↵ | LW | 2023-09-23 | 1 | -2/+17 | |
| | | | | | | frameworks (#2724) All are supported according to the LSP's documentation. | |||||
| * | fix: remove usages of private (now deprecated) functions (#2822) | Gregory Anders | 2023-09-20 | 1 | -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 #2813 | Saltaformajo | 2023-09-18 | 1 | -1/+1 | |
| | | | | fix #2811 | |||||
| * | feat(denols): enable import completion from registries #2793 | sigmaSd | 2023-09-15 | 1 | -3/+13 | |
| | | ||||||
| * | fix(gopls): prioritise go.work at root_dir | Marcus Caisey | 2023-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | fix(ccls): add cuda filetype support (#2806) | charles chetty | 2023-09-12 | 1 | -1/+1 | |
| | | | | Co-authored-by: charleschetty <cfunction@foxmamil.com> | |||||
| * | feat: add `mojo` language server (#2804) | LW | 2023-09-12 | 1 | -0/+22 | |
| | | | | fixes: #2799 | |||||
| * | fix(docker_compose): constrain filetype pattern #2772 | Rick Bowen | 2023-09-11 | 1 | -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 #2783 | Phúc H. Lê Khắc | 2023-09-11 | 1 | -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 #2780 | Phúc H. Lê Khắc | 2023-09-11 | 1 | -0/+1 | |
| | | ||||||
| * | feat(php): look for phpactor files #2774 | Bartek Jaskulski | 2023-09-11 | 1 | -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) | pseudometa | 2023-09-09 | 2 | -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 settings | Lewis Russell | 2023-09-06 | 1 | -15/+18 | |
| | | | | | Fixes #2791 | |||||
| * | feat: add mdx-analyzer support (#2784) | Mikey | 2023-08-26 | 1 | -0/+19 | |
| | | ||||||
| * | feat: add postgres_lsp (#2781) | figsoda | 2023-08-24 | 1 | -0/+20 | |
| | | ||||||
| * | fix: lsprestart command faild (#2779) | Raphael | 2023-08-23 | 1 | -2/+1 | |
| | | ||||||
| * | Merge pull request #2775 from lewis6991/refactor/manager | Lewis Russell | 2023-08-22 | 6 | -311/+397 | |
| |\ | | | | | refactor: move manager to separate module | |||||
| | * | refactor: move async_run_command() | Lewis Russell | 2023-08-22 | 4 | -36/+40 | |
| | | | ||||||
| | * | refactor: add sanitize_cmd() | Lewis Russell | 2023-08-22 | 1 | -8/+12 | |
| | | | ||||||
| | * | refactor: move manager to separate module | Lewis Russell | 2023-08-22 | 4 | -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 Friedman | 2023-08-22 | 1 | -6/+10 | |
| | | | ||||||
| * | | feat: add rune-languageserver (#2770) | figsoda | 2023-08-22 | 1 | -0/+21 | |
| | | | ||||||
| * | | Revert "feat: add `javascript` to emmet_ls (#2720)" (#2767) | pedrobl85 | 2023-08-19 | 1 | -1/+0 | |
| | | | | | | | This reverts commit edf44e175dbccbfd30bd88003d8a011e694ceeac. | |||||
| * | | feat: add thrift-language-server support (#2764) | Pengfei Jiang | 2023-08-15 | 1 | -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) | carsakiller | 2023-08-11 | 1 | -4/+4 | |
| | | | ||||||
| * | | fix(omnisharp): root_dir again uses proper pattern priority (#2754) | Konrad Malik | 2023-08-09 | 1 | -1/+6 | |
| | | | ||||||
| * | | fix(lua_ls): typo (2) | Lewis Russell | 2023-08-08 | 1 | -2/+2 | |
| | | | ||||||
| * | | chore(volar): rename npm package name (#2752) | koralle | 2023-08-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix(lua_ls): typo | Lewis Russell | 2023-08-08 | 1 | -1/+1 | |
| |/ | ||||||
| * | feat(lua_ls): update recommended settings | Lewis Russell | 2023-08-08 | 1 | -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át | 2023-08-01 | 1 | -0/+19 | |
| | | ||||||
| * | feat(omnisharp): find root directory for .csx scripts (#2715) | Titouan CREACH | 2023-07-26 | 1 | -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) | Raphael | 2023-07-26 | 1 | -1/+1 | |
| | | ||||||
| * | fix(pyright): re-enable single-file mode (#2730) | Anthony Shi | 2023-07-21 | 1 | -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 Tereshchenko | 2023-07-20 | 1 | -2/+2 | |
| | | ||||||
| * | feat(v): add `v-analyzer` (#2726) | Turiiya | 2023-07-20 | 1 | -0/+21 | |
| | | ||||||
| * | feat: add pkgbuild-language-server (#2723) | Václav Kubernát | 2023-07-17 | 1 | -0/+19 | |
| | | ||||||
| * | feat(guile-lsp-server): add guile-lsp-server (#2717) | Felipe Lema | 2023-07-17 | 1 | -0/+30 | |
| | | ||||||
| * | fix(pyright): add `.git` to list of root file (#2722) | Phúc H. Lê Khắc | 2023-07-17 | 1 | -0/+1 | |
| | | ||||||
| * | feat(regols): add regols support (#2721) | Hoang Nguyen | 2023-07-15 | 1 | -0/+28 | |
| | | ||||||
| * | feat: add `javascript` to emmet_ls (#2720) | pedrobl85 | 2023-07-14 | 1 | -0/+1 | |
| | | ||||||
| * | docs(tsserver): fix typo of TypeScript (#2698) | OKURA Masafumi | 2023-07-13 | 1 | -1/+1 | |
| | | | | Typescript -> TypeScript | |||||
| * | fix(pyright): use `cwd()` if no python config files are present. (#2697) | Dom | 2023-07-13 | 1 | -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 Hanson | 2023-07-08 | 1 | -1/+8 | |
| | | | | Co-authored-by: Fraser Hanson <fraser.hanson@netapp.com> | |||||
| * | feat(emmet_language_server): add emmet_language_server (#2702) | José Olórtegui | 2023-07-07 | 1 | -0/+38 | |
| | | ||||||
