Existing Issues
Describe the bug
I can not see color out for any compilation error. Also, can not jump to error in language like typescript and elixir
Typescript

C

Steps To Reproduce
1. Open a typescript file
2. Run `Compile tsc`
Expected Behavior
No response
Neovim Version
NVIM v0.10.4
Build type: RelWithDebInfo
LuaJIT 2.1.1720049189
Plugin Version
Configuration
return {
"ej-shafran/compile-mode.nvim",
-- tag = "v5.*",
-- you can just use the latest version:
branch = "latest",
-- or the most up-to-date updates:
-- branch = "nightly",
dependencies = {
"nvim-lua/plenary.nvim",
-- if you want to enable coloring of ANSI escape codes in
-- compilation output, add:
{ "m00qek/baleia.nvim", tag = "v1.3.0" },
},
config = function()
---@type CompileModeOpts
vim.g.compile_mode = {
-- to add ANSI escape code support, add:
baleia_setup = true,
}
end
}
Additional Context
## Chechhealth:
compile-mode: require("compile-mode.health").check()
compile-mode.nvim report ~
- OK everything checks out
Existing Issues
Describe the bug
I can not see color out for any compilation error. Also, can not jump to error in language like typescript and elixir
Typescript
C
Steps To Reproduce
Expected Behavior
No response
Neovim Version
Plugin Version
Configuration
Additional Context