Klafyvel / nvim-smuggler

Send code to your Julia REPL, get diagnostics in return.
MIT License
21 stars 2 forks source link

implement an option to disable evaluated which also disables autocmds. #44

Closed ArbitRandomUser closed 2 months ago

ArbitRandomUser commented 2 months ago

right now disabling with eval_sign_text="" still runs all those autocmds on text change.

in the interest of keeping this plugin "lean" as in not doing unnecessary background work, it would be nice to have an option to truly disable all that code from executing if say an option called show_evaluated is false