Skip to content

[BUG] I dont see any color and unable to jump to error in laguage like typescript #54

@Mofiqul

Description

@Mofiqul

Existing Issues

  • I have searched the 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

Image

C

Image

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

Latest

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions