romgrk / doom-one.vim

A dark colorschme for vim, ported from doom-emacs' doom-one theme.
104 stars 19 forks source link

if has ('nvim') -> if has ('nvim-0.8') #20

Closed evacks closed 1 year ago

evacks commented 1 year ago

Running neovim v0.7.2

The error described in issue #19 persisted and from reading this and seeing this fix I added a version check to the neovim guard.

I'm not sure if this is the best way of going about it, and I currently cannot test it for breaking changes on different systems, so I'm marking this pull request as a draft

Many, many thanks for the port! 😄

romgrk commented 1 year ago

LGTM, you can mark as ready.

romgrk commented 1 year ago

mb, forgot to come back to this. I've fixed on master.

evacks commented 1 year ago

I somehow managed to forget deleting the head repository would close the pull request, total goof on my end. Many, many thanks for the fix