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'm tryna setup nvim-lint to work with clang-tidy, but when I save the file I get an error:
Error executing lua callback: ...0y4n-mnw-configDir/pack/mnw/start/nvim-lint/lua/lint.lua:252: attempt to index local 'parser' (a nil value)
stack traceback:
...0y4n-mnw-configDir/pack/mnw/start/nvim-lint/lua/lint.lua:252: in function 'start_read'
...0y4n-mnw-configDir/pack/mnw/start/nvim-lint/lua/lint.lua:431: in function 'lint'
/nix/store/c406l585x5r5f70pl7h0g4icx3wq0v5n-init.lua:759: in function 'nvf_lint'
/nix/store/c406l585x5r5f70pl7h0g4icx3wq0v5n-init.lua:933: in function </nix/store/c406l585x5r5f70pl7h0g4icx3wq0v5n-init.lua:932>
I assume this is due to me having not defined vim.diagnostics.nvim-lint.linters.<name>.parser but I don't know what to put for that value, I don't really know any lua.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm tryna setup nvim-lint to work with clang-tidy, but when I save the file I get an error:
I assume this is due to me having not defined
vim.diagnostics.nvim-lint.linters.<name>.parserbut I don't know what to put for that value, I don't really know any lua.Beta Was this translation helpful? Give feedback.
All reactions