Klafyvel / nvim-smuggler

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

Update documentation #48

Closed Klafyvel closed 2 months ago

Klafyvel commented 2 months ago
          some thoughts.

should update smuggler.txt for SmuggleDisableEvaluated and also mention that SmuggleShowEvaluated shows eval marks in sign column along with starting to tracking it again.

also to mention SmuggleHideEvaluated hides the eval marks in the sign column but continues to track.

we should also remove the earlier trick of setting eval_sign_text to "" to remove sign marks ,since SmuggleHideEvaluated now is permanent till SmuggleShowEvaluated is called.

https://github.com/Klafyvel/nvim-smuggler/blob/d055369ef1bd552fd0fee725a41c98cbb2cdd24f/README.md?plain=1#L68

Originally posted by @ArbitRandomUser in https://github.com/Klafyvel/nvim-smuggler/issues/46#issuecomment-2367866641