slugbyte / lackluster.nvim

a delightful and customizable mostly monochrome colorscheme thats soft on the eyes and supports treesitter, lsp, and heaps of neovim plugins.
MIT License
194 stars 11 forks source link

fix the error of using invalid key 'force' in nvim_set_hl function #44

Closed Aliqyan-21 closed 3 months ago

Aliqyan-21 commented 3 months ago

Checklist

Description

I found the error for which I have raised the issue.

Aliqyan-21 commented 3 months ago

Hey slugbyte sir, sorry for my mistake earlier but now if you see in my commit 45ed001 you will see that I have fixed the issue properly. And now the error does not show in my neovim and the theme works.

slugbyte commented 3 months ago

I just tested on nvim versions 0.9.1 0.9.2 0.9.4 0.9.5 0 and 0.10.0 and found out that force only works on version 10 and above

I also realized I only have one highlight DevIconDefault that uses force and it is unnecessary so I removed it :)