seoul256.nvim icon indicating copy to clipboard operation
seoul256.nvim copied to clipboard

fix #15: missing highlight groups for indent-blankline.nvim

Open winter-again opened this issue 1 year ago • 7 comments

This should address the errors in #15 . Wasn't sure which color to use for IblScope so I just eyeballed it based on the README picture.

winter-again avatar Jan 02 '24 03:01 winter-again

i am receiving the same error. Any idea when it will be merged?

aleyrizvi avatar May 30 '24 00:05 aleyrizvi

i am receiving the same error. Any idea when it will be merged?

Last commit was from some years ago so I'm guessing they're not actively maintaining the repo. Your best bet is probably to just fork and add the necessary hl groups.

winter-again avatar May 31 '24 00:05 winter-again

i am receiving the same error. Any idea when it will be merged?

First of all, thanks to shaunsingh for his work

I am currently actively maintaining a branch that has merged all bug fixes and plans to add more plugin support and light mode support. Maybe you can take a look if you want.

bincat233 avatar Aug 14 '24 01:08 bincat233

Hey @bincat233 Your branch also gives me the indent-blankline error. I am using lazyvim. Do you know what the problem might be?

galfonso99 avatar Aug 16 '24 21:08 galfonso99

Hey @bincat233 Your branch also gives me the indent-blankline error. I am using lazyvim. Do you know what the problem might be?

Hi @galfonso99 , Can I get detailed error information?

bincat233 avatar Aug 16 '24 23:08 bincat233

I guess it may be due to the highlight group IdlWhitespace. Just added to my branch, not sure if it has been fixed. @galfonso99

bincat233 avatar Aug 17 '24 10:08 bincat233

First of all sorry for the late reply. It has not been fixed on my side. It seems to be a problem with Ibl-Indent. Here is the error I get @bincat233 :

 Error 11:04:45 AM msg_show.lua_error Error executing vim.schedule lua callback: ...lazy/telescope.nvim/lua/telescope/builtin/__internal.lua:1094: ColorScheme Autocommands for "*": Vim(append):Error executing lua callback: ...e/nvim/lazy/indent-blankline.nvim/lua/ibl/highlights.lua:65: No highlight group 'IblIndent' found stack traceback: [C]: in function 'error' ...e/nvim/lazy/indent-blankline.nvim/lua/ibl/highlights.lua:65: in function 'setup' ...are/nvim/lazy/indent-blankline.nvim/lua/ibl/autocmds.lua:56: in function <...are/nvim/lazy/indent-blankline.nvim/lua/ibl/autocmds.lua:55> [C]: in function 'colorscheme' ...lazy/telescope.nvim/lua/telescope/builtin/__internal.lua:1094: in function 'set_selection' ...share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:1508: in function '_do_selection' ...share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:1464: in function '' vim/_editor.lua: in function <vim/_editor.lua:0> stack traceback: [C]: in function 'colorscheme' ...lazy/telescope.nvim/lua/telescope/builtin/__internal.lua:1094: in function 'set_selection' ...share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:1508: in function '_do_selection' ...share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:1464: in function '' vim/_editor.lua: in function <vim/_editor.lua:0>

galfonso99 avatar Aug 18 '24 15:08 galfonso99