gorbit99 / codewindow.nvim

MIT License
431 stars 16 forks source link

feat: screen bounds as background #64

Closed luckasRanarison closed 1 year ago

luckasRanarison commented 1 year ago

Added option to set screen bounds as either lines or background and should close #46. I'm also working on a foreground version but it's actually more tricky because we need to clear hl_namespace in the current range. It's my first ever PR and I hope I didn't mess up formatting, you should add a quote_style rule in the stylua because quote formatting is not consistent.

gorbit99 commented 1 year ago

you should add a quote_style rule in the stylua because quote formatting is not consistent.

Interesting, stylua should by default use "AutoPreferDouble", not sure why it wouldn't use that.

I'll check the PR in a sec

luckasRanarison commented 1 year ago

Thanks for the quick reply!

gorbit99 commented 1 year ago

Thanks for the PR