shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
844 stars 110 forks source link

Cursorline not visible #1

Closed bilco105 closed 3 years ago

bilco105 commented 3 years ago

Hi,

Firstly, thanks so much for creating this plugin - I've been using Nord for a long time, but the lack of support for treesitter meant I had to move elsewhere, so great to be able to move back :)

Just a question, not necessarily a bug. At the moment, cursorline is currently set to nord.none, so isn't visible. On the original vim plugin, it's set to nord1_gui (https://github.com/arcticicestudio/nord-vim/blob/5867535cea7bb6b4c219fa0726c93e4b055debd2/colors/nord.vim#L170)

However, on the original plugin, colorcolumn & cursorline conflicted as they were both using nord1_gui. As you're using nord.active for colorcolumn, this means that we could use nord.nord1_gui and support both features.

Was it an intentional decision to have cursorline invisible, or would it be possible to have it changed to nord1_gui?

Thanks!

shaunsingh commented 3 years ago

Hi, thanks for bringing this up!

When I was designing this theme I originally purposely made the cursor line transparent since I thought it looked cleaner that way. However that was before the decision to make it public, I think I'll add a variable and make the option available to the user

I just updated the main branch to include the change. By default, cursorline is set to nord1_gui, and you can disable it if you would like

shaunsingh commented 3 years ago

Closing as the cursorline changes were merged to master