ziontee113 / neo-minimap

Plugin for Neovim that lets you create your own "minimap" from Treesitter Queries or Vim Regex.
MIT License
132 stars 5 forks source link

Fix indentation #6

Closed hasansujon786 closed 2 years ago

hasansujon786 commented 2 years ago

Description

If items defined between line 0-9(number with 1 character) then the first letter gets chopped up. before

Type of change

Possible solution


I loved your plugin. Also this is my first pull request

ziontee113 commented 2 years ago

Hi @hasansujon786 for submitting the PR. After inspecting the issue, I've found that the issue will happen if the user's nvim tabstop option is set to less than 4. I've implemented a fix in acec013b94de53cc63631eb6bf364dbbc70b56ca.

Please update your plugin to receive the changes. Please feel free to give me feedback if the issue still persist :+1:

hasansujon786 commented 2 years ago

Great it fixes the issue. Keep up the good work 👍