Open eEQK opened 1 year ago
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
Hey 👋🏽 Could you please share some Baleia logs?
Having similary issue (left edge of cowsay remains white)
https://github.com/user-attachments/assets/49de44d4-0501-44b1-b2e5-830f4c1198b4
Approx. half of the lines (depending on log message) that are added to the buffer are not colored properly:
Here's my lua config: