You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of snacks.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.10.2 Build type: RelWithDebInfo LuaJIT 2.1.1731601260 Run "nvim -V1 -v" for more info
Operating system/version
Arch Linux
Describe the bug
Tabs in files are displayed using the space or leading space character from the listchars. They should instead be displayed using the tab character instead.
Steps To Reproduce
Here is an example listchars configuration to reproduce the issue:
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.2 Build type: RelWithDebInfo LuaJIT 2.1.1731601260 Run "nvim -V1 -v" for more info
Operating system/version
Arch Linux
Describe the bug
Tabs in files are displayed using the space or leading space character from the listchars. They should instead be displayed using the tab character instead.
Steps To Reproduce
Here is an example listchars configuration to reproduce the issue:
Below is an example file to reproduce the issue:
Expected Behavior
Tabs should be displayed with the tab listchar instead of the leading spaces listchar or the space listchar.
With indent-blankline.nvim:
Repro
The text was updated successfully, but these errors were encountered: