| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| |
|
|
|
| |
* feat: add ast-grep language server
* fix: casing of filetypes
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* feat(lexical): add support for lexical
Add server configuration for [lexical-lsp/lexical](https://github.com/lexical-lsp/lexical)
* refactor(lexical): add single_file_support
Instead of `vim.loop.os_homedir()`
|
| |
|
|
|
| |
* feat: add stimulus-language-server support
* fix(stimulus-language-server): update file_types
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add htmx-lsp support
* style: fixing lint issues
* fix: calling the binary without the path
Assuming the binary is in the user's path
* fix: pr reviews
Removing extra root dir locations, only using base git dir
Setting `single_file_support` option to true
* fix: remove unused attribute
|
| | |
|
| |
|
|
|
| |
* fix(glsl_analyzer): add other common file types
* fix(glslls): add other common file types
|
| |
|
|
| |
This was added to tailwindcss-intellisense in
https://github.com/tailwindlabs/tailwindcss-intellisense/pull/473.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* feat: add support for uiua
* feat(uiua): change `root_dir`
It now includes `main.ua` and `.fmt.ua`
|
| |
|
| |
Co-authored-by: coffeebar <corp@dev.null>
|
| |
|
| |
* feat: add circom-lsp support
|
| | |
|
| |
|
|
|
|
| |
`marksman` works for MDX files. We don't want to `set ft=markdown`,
since there exist tools that don't work for MDX, so we want to keep
those separate
|
| |
|
|
| |
Spyglass is a language server for minecraft datapacks
|
| |
|
| |
Aiken is a new language for smart contracts.
|
| |
|
|
| |
This is a language server for GLSL (OpenGL Shading Language) I have
written over the last few weeks.
|
| | |
|
| |
|
|
| |
Make #2645 to work on Windows
|
| |
|
| |
Since `ltex-ls` release 16.0 Quarto and RMarkdown are now officially supported: https://github.com/valentjn/ltex-ls/releases/tag/16.0.0
|
| |
|
|
|
|
|
| |
Current version is 2.6.1. It is not needed at all to run the server, and
most people have only one version installed at a time. Also updating
this argument is tedious every time richterger/Perl-LanguageServer
publishes a release.
|
| |
|
|
|
| |
$HOME/.latexmkrc is per-user config, so it shouldn't be prioritized over
closer directory containing .git.
|
| |
|
| |
https://github.com/microsoft/vscode-eslint/pull/1646
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
frameworks (#2724)
All are supported according to the LSP's documentation.
|
| |
|
|
|
| |
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 #2811
|
| | |
|
| | |
|
| |
|
| |
Co-authored-by: charleschetty <cfunction@foxmamil.com>
|
| |
|
| |
fixes: #2799
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
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.
|
| | |
|
| |
|
|
|
| |
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)
* 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`
|
| |
|
|
| |
Fixes #2791
|
| | |
|