Traap / nvims

Safely experiment with multiple Neovim configurations.
BSD 3-Clause "New" or "Revised" License
52 stars 10 forks source link

Add default nvim configuration #12

Open MustCodeAl opened 1 month ago

MustCodeAl commented 1 month ago

Adding a default nvim configuration so the menu doesn't have to be used every time would make using this manager much more smoother

Traap commented 1 month ago

Interesting idea. How would you allow a person to set the default configuration?

MustCodeAl commented 1 month ago

Interesting idea. How would you allow a person to set the default configuration?

so I made a modification to use nvims set-default but I didn't test it yet

Traap commented 1 month ago

Nice approach. Test it. Make a PR when you are ready.