Skip to content

Commit

Permalink
tweak(external-tools): update the list
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 4, 2024
1 parent 0a6f71d commit eef78cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/me-external-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
(:tool clang
:link "https://clang.llvm.org"
:desc "A C language family frontend for LLVM")
(:tool clang-tidy
:link "https://clang.llvm.org/extra/clang-tidy"
:desc "Clang-based C++ “linter” tool")
(:tool luac
:link "https://www.lua.org"
:desc "Lua compiler")
Expand Down Expand Up @@ -244,7 +247,10 @@
:desc "Find and fix problems in your JavaScript code")
(:tool jsonlint
:link "https://github.com/zaach/jsonlint"
:desc "A JSON parser and validator with a CLI")))
:desc "A JSON parser and validator with a CLI")
(:tool ollama
:link "https://github.com/ollama/ollama"
:desc "Get up and running with Llama 2, Mistral, and other large language models locally")))


(provide 'me-external-tools)
Expand Down

0 comments on commit eef78cc

Please sign in to comment.