Nicholas Coffey

Results 2 comments of Nicholas Coffey

I've played around with a couple solutions and for now the only thing I've come up with is to have an `ignoreBuffers` table that has some default strings in it...

Okay, I think I have a better solution now. Instead of the `ignoreBuffers` approach, [`vim.bo.buftype`](https://neovim.io/doc/user/options.html#'buftype') can be checked before append or prepend. According to the docs the `buftype` will be...