rasulomaroff / reactive.nvim

Reactivity. Right in your neovim.
Apache License 2.0
183 stars 1 forks source link

Question regarding `add_preset` #9

Closed OXY2DEV closed 6 months ago

OXY2DEV commented 6 months ago

add_preset isn't adding my preset.

What am I doing wrong?

Screenshot_2024-02-03-07-42-57-724_com termux-edit

rasulomaroff commented 6 months ago

Since you already added your preset through the add_preset method, you don't need to load it.

load_preset is only needed when you put your presets in reactive/presets directory

OXY2DEV commented 6 months ago

Well, that fixed the issue.