freddiehaddad / feline.nvim

A minimal, stylish and customizable statusline, statuscolumn, and winbar for Neovim
GNU General Public License v3.0
310 stars 10 forks source link

fix: remove check for termguicolors #63

Closed seblj closed 10 months ago

seblj commented 10 months ago

I just updated neovim to the latest commit on master, and there has been some changes regarding options and termguicolors lately. Now it is enabled by default if the terminal supports it. After this change, it looks like the option is not set immediately, making feline error on a check during setup.

image

I feel like we don't need this check anymore since it is now enabled by default. I know it isn't in a stable release yet, but I don't think there is any downsides to removing this check already now.