diff options
author | Marc Coquand <marc@mccd.space> | 2024-03-04 12:22:16 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-03-04 12:22:16 -0600 |
commit | 7d271a3d75cf20de7ceb1d4feca90fcdf21847e9 (patch) | |
tree | cd847a5c8e66c6391c23b5563c776cd565515248 /posts/awk-with-kakoune.njk | |
parent | cad90db104791043e0cee490f13781d2aa4ef51c (diff) | |
download | mccd.space-7d271a3d75cf20de7ceb1d4feca90fcdf21847e9.tar.gz mccd.space-7d271a3d75cf20de7ceb1d4feca90fcdf21847e9.tar.bz2 mccd.space-7d271a3d75cf20de7ceb1d4feca90fcdf21847e9.zip |
Remove example with Chatgpt
Don't really want to promote AI
Diffstat (limited to '')
-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 |