aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/eslint.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(eslint): htmlangular filetype #3936Michal Klinovský2025-07-041-0/+1
|
* fix(eslint): LspEslintFixAll is async, writes file without applied fixes #3876Dave Honneffer2025-06-021-6/+3
| | | | | | | | Problem: :LspEslintFixAll command is no longer synchronous with the new `vim.lsp.config` config, so the file is written without the applied fixes. Solution: Use request_sync('workspace/executeCommand') instead of client:exec_cmd().
* docs(eslint): update on_attach example #3844Pavel Pisetski2025-05-211-4/+7
|
* fix(eslint): workspace_required #3805Maksim Terpilovskii2025-04-291-4/+2
|
* fix(eslint): check nil before on_dir #38002025-04-281-1/+3
|
* ci(lint): enforce "Lsp" command name prefixJustin M. Keyes2025-04-211-2/+2
|
* feat(eslint): add vim.lsp.config support #3731Carnavale2025-04-211-0/+182