From e42c4fcaf9ef3bf20f8e59c301616d3f674ab24a Mon Sep 17 00:00:00 2001 From: Lars Van Cauter <57136208+lars-vc@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:56:48 +0100 Subject: [PATCH 1/4] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74b27564..e67d02c1 100755 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ and ... that's it! Sniprun will then: - **Get the code** you selected (selections are rounded line-wise) -- Optionnaly, get additional information if necessary (auto retrieve import when supported for example) +- Optionally, get additional information if necessary (auto retrieve import when supported for example) - **Add boilerplate** when it exists. In C, it surrounds your snip with "int main() {", "}". (disclaimer: oversimplifed) - **Build** (write to a script file, or compile) the code - **Execute** the code, or send it to an active REPL for evaluation From 05560a7a7448d9be5d9b6441462a88fd2dd4bb6d Mon Sep 17 00:00:00 2001 From: Lars Van Cauter <57136208+lars-vc@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:59:43 +0100 Subject: [PATCH 2/4] found another one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e67d02c1..91cb553a 100755 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Sniprun will then: ## What it is && isn't -**It is** a way to quickly run small snippets of code, on the fly, and iterate very quickly and conveniently. To quickly experiment with new features (not yet embbeded in classes, a whole project etc...), or to develop simple code pipelines (like a machine learning exercise) that fit in a unique file, sniprun is probably _the_ best plugin out there. +**It is** a way to quickly run small snippets of code, on the fly, and iterate very quickly and conveniently. To quickly experiment with new features (not yet embedded in classes, a whole project etc...), or to develop simple code pipelines (like a machine learning exercise) that fit in a unique file, sniprun is probably _the_ best plugin out there. **It isn't** a way to run a whole 50k lines, 3 languages projects. A one-liner `:!make run` is better suited to do this most of the time. From 60df5c7222c21512946eca62f176e2b515e93fdc Mon Sep 17 00:00:00 2001 From: Lars Van Cauter <57136208+lars-vc@users.noreply.github.com> Date: Tue, 15 Mar 2022 18:02:31 +0100 Subject: [PATCH 3/4] and another one --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91cb553a..b392c0f9 100755 --- a/README.md +++ b/README.md @@ -136,9 +136,9 @@ Sniprun will then: - **Neovim** version >= 0.5 -- [optionnal] **cargo and the rust toolchain** version >= 1.43.0 (you can find those [here](https://www.rust-lang.org/tools/install)). +- [optional] **cargo and the rust toolchain** version >= 1.43.0 (you can find those [here](https://www.rust-lang.org/tools/install)). -- [optionnal] the plugin [nvim-notify](https://github.com/rcarriga/nvim-notify) for the notification display style +- [optional] the plugin [nvim-notify](https://github.com/rcarriga/nvim-notify) for the notification display style - **Compiler / interpreter** for the languages you work with must be installed & on your \$PATH. In case specific build tools or softwares are required, those are documented in the [doc](https://github.com/michaelb/sniprun/tree/master/doc) folder, for each interpreter, which I urge you to get a look at before getting started as it also contains the potential limitations of each interpreter; this information can also be accessed through `:SnipInfo ` (tab autocompletion supported). From 0580968a7df2c5ac39aed772d9323e597d79f584 Mon Sep 17 00:00:00 2001 From: Lars Van Cauter <57136208+lars-vc@users.noreply.github.com> Date: Tue, 15 Mar 2022 18:11:00 +0100 Subject: [PATCH 4/4] anotherother one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b392c0f9..75b3ad5c 100755 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ Example, to use the interpreter 'Python3\_jupyter' whenever possible [instead of ​ -All of sniprun functionnalities: +All of sniprun functionalities: | Shorthand | Lua backend | \ mapping | |------------------------------|--------------------------------------|----------------------------|