Jarrod Seccombe

Results 6 comments of Jarrod Seccombe

We use the [coffeelint-brunch](https://github.com/brunch/coffeelint-brunch) plugin. This adds a coffeelint hash where we can then define our lint rules without the need of a `coffeelint.json`. Here's an excerpt of our config:...

I should have some bandwidth opening up between now and the new year, so I might be able take a stab at it.

I get the same. My hunch is that this is the culprit: https://github.com/folke/tokyonight.nvim/blob/a5b3cbe750ed6a05a018ac81782bb01de512a6c9/lua/tokyonight/util.lua#L144 IIRC, `autocmd ColorScheme` forces a redraw that will hide the dashboard/default neovim banner. Not sure what a...

@folke ahh ok. Thanks for the correction. Love the scheme btw.

@mightyiam eslint-plugin-import just dropped a new release supporting flat configs. [Release Notes](https://github.com/import-js/eslint-plugin-import/releases/tag/v2.30.0 )

@eahefnawy will we also be able to utilize the esbuild plugin via a specific offline hook? With v3, we were able to rely on webpack handling hot reloads without needing...