Skip to content

What is the plugin for the cursor scope highlighting? #47

Answered by crivotz
vabatta asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, I removed it and went back to indent-blankline (while still considering hlchunk better as an aesthetic effect) anyway the plugin is as follows:

  • shellRaining/hlchunk.nvim: This is the lua implementation of nvim-hlchunk, you can use this neovim plugin to highlight your indent line and the current chunk (context) your cursor stayed

and the configuration code used was this:

{
  "shellRaining/hlchunk.nvim",
  event = { "UIEnter" },
  config = function()
    require('hlchunk').setup({
      chunk = {
        chars = {
          horizontal_line = "",
          vertical_line = "",
          left_top = "",
          left_bottom = "",
          right_arrow = "",
        },
      },
      b…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vabatta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants