Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental virtual markers #112

Merged
merged 12 commits into from
Nov 10, 2023
Merged

Add experimental virtual markers #112

merged 12 commits into from
Nov 10, 2023

Conversation

dcampos
Copy link
Owner

@dcampos dcampos commented May 26, 2023

Requires nvim nightly.

Closes #79.

@dcampos dcampos force-pushed the virtual-markers branch 2 times, most recently from c602675 to 95d2897 Compare August 13, 2023 00:13
@dcampos dcampos marked this pull request as ready for review November 9, 2023 23:55
@dcampos
Copy link
Owner Author

dcampos commented Nov 10, 2023

I think it's time to merge this PR in order for more people who are using nvim 0.10 to try it out and maybe make suggestions and find bugs. For me it's working just fine.

Below is a GIF showcasing the feature.

markers

The config used is as follows:

virtual_markers = {
    enabled = true,
    empty = '%n:␣',
    default = '%n:',
},

This feature greatly improves user experience.

@dcampos dcampos merged commit 7a67653 into master Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual indicators for empty placeholders (tab stops)
1 participant