Skip to content

Tags: neovim/nvim-lspconfig

Tags

v2.5.0

Toggle v2.5.0's commit message
docs: update configs.md

skip-checks: true

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(tailwindcss): use ".git" root marker fallback for tailwind v4 #3980

Since tailwind v4 it is not required to have a tailwind.config.* in
the project 1. The current configuration is preventing the LSP to attach to the configured file types in cases when no tailwind.config.* or none of the other markers (package.json etc.) is present. This commit fixes this limitation by providing .git as a fallback and by documenting this limitation.

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: support :LspRestart without arguments #3895

Problem:
After the refactoring in e4d1c8b for Neovim 0.11.2 this command now
requires an argument.

Solution:
Restore the previous behaviour where `:LspRestart` defaults to
restarting all active servers.

v2.2.0

Toggle v2.2.0's commit message
docs: update configs.md

skip-checks: true

v2.1.0

Toggle v2.1.0's commit message
docs: update configs.md

skip-checks: true

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: replace vim.loop with vim.uv #3703

The former is deprecated in neovim 0.10. Remove the check added in
9b89ba5.

See: https://github.com/neovim/neovim/blob/v0.10.0/runtime/doc/deprecated.txt#L55

v1.8.0

Toggle v1.8.0's commit message
docs: update configs.md

skip-checks: true

v1.7.0

Toggle v1.7.0's commit message
docs: update configs.md

skip-checks: true

v1.6.0

Toggle v1.6.0's commit message
docs: update configs.md

skip-checks: true

v1.5.0

Toggle v1.5.0's commit message
docs: update configs.md

skip-checks: true