You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use buffer-local LSP client to support monorepo workspaces
get_client() was always returning the first js_i18n client regardless of
the current buffer. In monorepo setups with per-package workspace roots,
this caused "No translation key found at cursor" errors for any package
other than the one whose client started first.
Also extract SERVER_NAME and MINIMUM_SERVER_VERSION constants into
config module for consistency.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
docs: add vimdoc generation with panvimdoc
- Add GitHub Actions workflow to auto-generate vimdoc on README changes
- Add `make docs` target for local vimdoc generation using panvimdoc
- Generate initial doc/js-i18n.txt from README.md