diff options
Diffstat (limited to 'posts/awk-with-kakoune.njk')
-rw-r--r-- | posts/awk-with-kakoune.njk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/posts/awk-with-kakoune.njk b/posts/awk-with-kakoune.njk index efb4f64..3ccb605 100644 --- a/posts/awk-with-kakoune.njk +++ b/posts/awk-with-kakoune.njk @@ -138,9 +138,7 @@ to do was:</p> <li>Run the awk script above, which I have named ocaml-rapper-helper.</li> </ol> -<p>You can easily levarage this with many other tools. For example, you -can use <a href="https://github.com/verdverm/chatgpt">Chatgpt CLI</a> or <a href="https://ollama.com/">Ollama</a> to -have an LLM autocomplete or explain code for you, similar to codepilot but free.</p> +<p>You can easily levarage this techinque with any other CLI tool that you have in your toolbox.</p> <p>I hope this demonstrates why I am so in love with this editor. It comes with a bunch of sane standards OOB, a great LSP integration, but it is also so easy to extend and add your own functionality. Even if it |