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
MIT License
472 stars 29 forks source link

Question- How do I disable the dots? #78

Closed RhysFonville closed 8 months ago

RhysFonville commented 8 months ago

Describe the bug I'm unsure of how to disable the dots. They make everything look cluttered and messy.

To Reproduce Steps to reproduce the behavior:

  1. Go to .vimrc
  2. Use the example for the indent mod that uses multiple chars
  3. Exit and reopen vim

Expected behavior The indentation should look like the example screenshot.

Screenshots image

shellRaining commented 8 months ago
require("hlchunk").setup({
  blank = { enable = false }
})

you could just disable the mod, other mod is similar like this, you can find more options in README