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
I have set log_level = vim.log.levels.DEBUG and pasted the log contents below.
Log file
Log file: /Users/user_name.local/state/LazyVim/conform.log
2024-12-30 10:36:25[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
2024-12-30 10:36:27[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
2024-12-30 10:36:27[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
2024-12-30 10:40:24[WARN] Formatters unavailable for /Users/user_name/.config/LazyVim/lua/plugins/conform.lua
2024-12-30 10:45:47[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
2024-12-30 10:45:47[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
Formatters for this buffer:
LSP: eslint, vtsls, null-ls
eslint error: Unknown formatter. Formatter config missing or incomplete
prettier ready (html, typescript) /Users/user_name/Projects/application/core/node_modules/.bin/prettier
Other formatters:
fish_indent unavailable: Command not found
shfmt ready (sh) /Users/user_name/.local/share/LazyVim/mason/bin/shfmt
stylua ready (lua) /Users/user_name/.local/share/LazyVim/mason/bin/stylua
Describe the bug
There is an issue with Conform and ESLint. The language server works correctly, validating errors, etc., but when I add it to Conform as a formatter, it doesn’t work and throws an error.
ESLint is installed both locally and globally.
I checked its presence in node_modules.
It was installed via LazyExtras.
Installed the latest, clean LazyVim package
What is the severity of this bug?
breaking (some functionality is broken)
Steps To Reproduce
Install a clean LazyVim package
Install a clean Angular project
Install all necessary dependency
Setup eslint as a formatter in conform config
Expected Behavior
You can use ESLint for formatting with Conform
Minimal example file
No response
Minimal init.lua
-- bootstrap lazy.nvim, LazyVim and your pluginsrequire("config.lazy")
Additional context
No response
The text was updated successfully, but these errors were encountered:
Neovim version (nvim -v)
NVIM v0.10.2 Build type: Release LuaJIT 2.1.1731601260
Operating system/version
macOS Sequoia 15.1.1 (24B91)
Read debugging tips
Add the debug logs
log_level = vim.log.levels.DEBUG
and pasted the log contents below.Log file
Log file: /Users/user_name.local/state/LazyVim/conform.log
2024-12-30 10:36:25[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
2024-12-30 10:36:27[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
2024-12-30 10:36:27[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
2024-12-30 10:40:24[WARN] Formatters unavailable for /Users/user_name/.config/LazyVim/lua/plugins/conform.lua
2024-12-30 10:45:47[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
2024-12-30 10:45:47[WARN] Formatters unavailable for /Users/user_name/Projects/application/core/web/src/app/modules/billing/subscription/details/details.component.ts
Formatters for this buffer:
LSP: eslint, vtsls, null-ls
eslint error: Unknown formatter. Formatter config missing or incomplete
prettier ready (html, typescript) /Users/user_name/Projects/application/core/node_modules/.bin/prettier
Other formatters:
fish_indent unavailable: Command not found
shfmt ready (sh) /Users/user_name/.local/share/LazyVim/mason/bin/shfmt
stylua ready (lua) /Users/user_name/.local/share/LazyVim/mason/bin/stylua
Describe the bug
There is an issue with Conform and ESLint. The language server works correctly, validating errors, etc., but when I add it to Conform as a formatter, it doesn’t work and throws an error.
ESLint is installed both locally and globally.
I checked its presence in node_modules.
It was installed via LazyExtras.
Installed the latest, clean LazyVim package
What is the severity of this bug?
breaking (some functionality is broken)
Steps To Reproduce
Expected Behavior
You can use ESLint for formatting with Conform
Minimal example file
No response
Minimal init.lua
Additional context
No response
The text was updated successfully, but these errors were encountered: