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

[Question] Is it possible to use line numbers in Ataraxis Mode? #117

Open
rohit-kumar-j opened this issue Jun 1, 2023 · 2 comments
Open

Comments

@rohit-kumar-j
Copy link

This does not seem to do the trick:

modes = {
    ataraxis = {
      options = {
        number = true,
        relativenumber = true,
        ruler = true,
        }
    },
}
@rafo
Copy link

rafo commented Nov 10, 2023

Line numbers in ataraxis mode would be nice! Any clue?

@moyukhc
Copy link

moyukhc commented Feb 7, 2024

I've gotten it to work by just using the default vim set number and set relativenumber commands while in Ataraxis mode. If anyone could figure out how to run a function in their config to automatically run the commands when in Ataraxis mode, I'd be much obliged.

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

No branches or pull requests

3 participants