aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ci: bump leafo/gh-actions-lua from 12 to 13dependabot/github_actions/leafo/gh-actions-lua-13dependabot[bot]4 days1-1/+1
| | | | | | | | | | | | | | | Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 12 to 13. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v12...v13) --- updated-dependencies: - dependency-name: leafo/gh-actions-lua dependency-version: '13' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* docs: update configs.mdgithub-actions[bot]5 days2-0/+74
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]5 days1-0/+2
| | | | skip-checks: true
* feat: ctags_lsp #4399JINNOUCHI Yasushi5 days1-0/+28
|
* docs: update configs.mdgithub-actions[bot]7 days2-0/+4
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]7 days1-0/+4
| | | | skip-checks: true
* docs(lua_ls): how to include lspconfig types #4396flatplum7 days1-0/+2
|
* docs: update configs.mdgithub-actions[bot]9 days2-0/+48
| | | | skip-checks: true
* feat: phpantom_lsp #4362Caleb White9 days1-0/+12
|
* fix(flow): invalid condition #4394Justin M. Keyes13 days1-1/+1
|
* docs: update configs.mdgithub-actions[bot]13 days2-2/+2
| | | | skip-checks: true
* fix(groovyls): use global executable instead of local jar #4392Brian Di Palma13 days1-5/+8
|
* docs: update generated annotationsgithub-actions[bot]14 days1-0/+6
| | | | skip-checks: true
* fix(golangci_lint_ls): guard against missing `golangci-lint` in ↵Ethan Saxenian14 days1-0/+5
| | | | `before_init` (#4390)
* docs: update configs.mdgithub-actions[bot]2026-04-122-0/+80
| | | | skip-checks: true
* feat: zizmor #4382Peyton Murray2026-04-121-0/+40
|
* fix(gdscript): remove invalid filetypes #4387me2026-04-123-3/+3
| | | | | | | | Problem: 'gd' and 'gdscript3' are file extentions, not filetypes (as per the result of running `getcompletion('', 'filetype')` command in neovim Solution: Remove them, leaving only 'gdscript'
* docs: update configs.mdgithub-actions[bot]2026-04-122-54/+18
| | | | skip-checks: true
* feat: use node_modules local executable if available #4386Thiago Trannin2026-04-1214-24/+118
|
* docs: update generated annotationsgithub-actions[bot]2026-04-121-0/+17
| | | | skip-checks: true
* docs: update configs.mdgithub-actions[bot]2026-04-122-8/+10
| | | | skip-checks: true
* feat(smithy_ls): bump from 0.7.0 to 0.8.0 #4385Zerkath2026-04-121-10/+7
|
* docs: update configs.mdgithub-actions[bot]2026-04-102-4/+40
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-103-12/+42
| | | | skip-checks: true
* feat(buf_ls): buf-config filetype #4384v2.8.0Stefan VanBuren2026-04-101-1/+21
| | | | | | The next release of `buf` will include LSP features that include support for buf config files. This follows the approach that other LSPs follow for specifying custom filetypes (a comment + adding that custom filetype to filetypes).
* docs: update generated annotationsgithub-actions[bot]2026-04-081-0/+2
| | | | skip-checks: true
* docs: update configs.mdgithub-actions[bot]2026-04-082-2/+2
| | | | skip-checks: true
* fix(oxlint): oxlintrc.jsonc root marker #4381Emanuel Pilz2026-04-081-1/+1
|
* docs: update generated annotationsgithub-actions[bot]2026-04-085-0/+52
| | | | skip-checks: true
* docs: update configs.mdgithub-actions[bot]2026-04-082-0/+58
| | | | skip-checks: true
* feat: csskit #4380Keith Cirkel2026-04-081-0/+18
|
* ci: bump JohnnyMorganz/stylua-action from 4 to 5 (#4378)dependabot[bot]2026-04-061-1/+1
| | | | | | | | | | | | | | | | Bumps [JohnnyMorganz/stylua-action](https://github.com/johnnymorganz/stylua-action) from 4 to 5. - [Release notes](https://github.com/johnnymorganz/stylua-action/releases) - [Commits](https://github.com/johnnymorganz/stylua-action/compare/v4...v5) --- updated-dependencies: - dependency-name: JohnnyMorganz/stylua-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: update configs.mdgithub-actions[bot]2026-04-052-14/+10
| | | | skip-checks: true
* docs(gitlab_duo): outdated docs (#4377)Justin M. Keyes2026-04-051-5/+3
|
* docs: update generated annotationsgithub-actions[bot]2026-04-051-0/+6
| | | | skip-checks: true
* docs: update configs.mdgithub-actions[bot]2026-04-052-4/+10
| | | | skip-checks: true
* fix(tailwindcss): revert broken config detection #4376Omar Elhawary2026-04-051-45/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: `find_tailwind_global_css` attempted to address #4204, where `experimental.configFile` was set using the return value of `vim.fs.find()`. The language server rejected this with `Invalid experimental.configFile configuration, not initializing` because `configFile` expects either a string or a key-value record (object), not an array/list. This was a syntax issue, not a detection issue. Using the correct syntax for `configFile` in Lua should be sufficient to address the original issue. Right now, `find_tailwind_global_css` always runs for users who haven't explicitly set `configFile` — overriding the LSP's native detection and **forcing anyone who wants to opt out to manually set all entry-points by hand.** Solution: - Remove `find_tailwind_global_css` entirely and restores `configFile` to its default `nil` so the `tailwindcss` LSP handles project detection natively. - Simplify `before_init` based on [this suggestion from the initial PR](https://github.com/neovim/nvim-lspconfig/pull/4222#discussion_r3018499628). The following syntax worked for me while testing to explicitly set the `configFile` based on the [official docs](https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssexperimentalconfigfile) for single entry-point: > [!NOTE] > Single entry-point is resolved relative to the workspace root (`root_dir` — verify with `:checkhealth vim.lsp`) ```lua vim.lsp.config('tailwindcss', { settings = { tailwindCSS = { experimental = { -- v3: config file configFile = 'tailwind.config.js', -- v4: CSS entry-point -- configFile = 'src/styles/app.css', }, }, }, }) ``` For projects with multiple entry-points, or different projects, the following syntax can be used for multiple entry-points: > [!NOTE] > Keys are relative to `root_dir` as above, but from my testing on macOS, absolute paths worked better ```lua vim.lsp.config('tailwindcss', { settings = { tailwindCSS = { experimental = { configFile = { ['tailwind.config.js'] = '/Users/username/path/to/project-a/**', ['src/main.css'] = '/Users/username/path/to/project-b/**', }, }, }, }, }) ``` #### Project or Local Configuration For project-specific settings without modifying your global Neovim config: 1. Enable in your Neovim config: ```lua vim.o.exrc = true ``` 2. Create `.nvim.lua` in the project root: ```lua vim.lsp.config('tailwindcss', { settings = { tailwindCSS = { experimental = { configFile = 'tailwind.config.ts', }, }, }, }) ``` 3. Open `.nvim.lua` and run `:trust` to allow the file, then restart Neovim. 4. Verify with `:checkhealth vim.lsp`.
* docs: update configs.mdgithub-actions[bot]2026-04-032-4/+4
| | | | skip-checks: true
* feat(tailwindcss): support multiple import patterns #4371besserwisser2026-04-031-2/+1
|
* docs: update configs.mdgithub-actions[bot]2026-04-032-2/+2
| | | | skip-checks: true
* feat(robotcode): support virtual env #4367Methapon20012026-04-031-0/+3
|
* docs: update generated annotationsgithub-actions[bot]2026-04-031-0/+6
| | | | skip-checks: true
* feat: make oxfmt support oxfmt.config.ts files (#4372)Nikoloz Buligini2026-04-031-2/+3
|
* docs: update configs.mdgithub-actions[bot]2026-03-312-4/+4
| | | | skip-checks: true
* fix(tailwindcss_ls): add experimental.configFile to support Tailwind v4 #4222KhaNguyen2026-03-311-0/+37
|
* docs: update generated annotationsgithub-actions[bot]2026-03-311-0/+10
| | | | skip-checks: true
* ci: disable gen-annotations in forks #4366Justin M. Keyes2026-03-311-1/+3
| | | | | | | | | | Problem: gen-annotations runs on PRs. Solution: - Check the org + repo name. - Trigger on "master" branch only. related: d7c25c54406af9483edeab7e783d01f80e4f05e5 #4357
* docs: update configs.mdgithub-actions[bot]2026-03-312-14/+14
| | | | skip-checks: true
* docs: document `vim.pack` as preferred installation method #4364skewb1k2026-03-311-6/+6
| | | | | | | * docs: document `vim.pack` as preferred installation method Nvim 0.12 is not nightly anymore. * docs: replace deprecated `set_log_level` with `vim.lsp.log.set_level`
* fix(biome): set lower priority for config files as root #4363Igor Lacerda2026-03-281-5/+4
|