Some lines not colored
eEQK opened this issue · 2 comments
eEQK commented
Approx. half of the lines (depending on log message) that are added to the buffer are not colored properly:
Here's my lua config:
local baleia = require('baleia').setup { }
vim.api.nvim_create_autocmd({ 'BufWinEnter' }, {
pattern = '*flutter-dev',
callback = function ()
baleia.automatically(vim.fn.bufnr(vim.fn.expand('%')))
end
})
❯ nvim --version
NVIM v0.9.0-dev-497+g3217a31f9-dirty
Build type: Release
LuaJIT 2.1.0-beta3
m00qek commented
Hey 👋🏽
Could you please share some Baleia logs?