nvimdev / guard.nvim

async fast minimalist plugin make format easy in neovim
MIT License
448 stars 24 forks source link

fix: splitting crlf lines #137

Closed xiaoshihou514 closed 9 months ago

xiaoshihou514 commented 9 months ago

130

xiaoshihou514 commented 9 months ago

@UnderCooled Could you confirm fix? :)

UnderCooled commented 9 months ago

I'm using vim.split(results, '\r?\n') in my "codespell" linter parse function, works fine here. I'm still migrating my null-ls config to guard.nvim.