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

how to quickly iterate on color edits? #14

Open
ngortheone opened this issue Dec 30, 2023 · 2 comments
Open

how to quickly iterate on color edits? #14

ngortheone opened this issue Dec 30, 2023 · 2 comments

Comments

@ngortheone
Copy link

Perhaps a stupid noob question:

How can I edit noirboddy settings and see the effect without restarting nvim?
Restarting the editor for every little change is demotivating and I am sure there is a better way.

@n1ghtmare
Copy link
Collaborator

n1ghtmare commented Dec 30, 2023

I always restart, but you could try :so ~/.config/nvim/init.lua, not sure how reliable that is however.

@jesseleite
Copy link
Owner

^ Indeed.

Also depends on how your neovim config is structured, and which package manager you use.

@ngortheone If you use lazy.nvim (if you don't, definitely check it out), you can :Lazy reload nvim-noirbuddy after making a config change (this is what I do, works nicely).

Hope it helps!

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