Skip to content

Commit eef78cc

Browse files
committed
tweak(external-tools): update the list
1 parent 0a6f71d commit eef78cc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/me-external-tools.el

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@
140140
(:tool clang
141141
:link "https://clang.llvm.org"
142142
:desc "A C language family frontend for LLVM")
143+
(:tool clang-tidy
144+
:link "https://clang.llvm.org/extra/clang-tidy"
145+
:desc "Clang-based C++ “linter” tool")
143146
(:tool luac
144147
:link "https://www.lua.org"
145148
:desc "Lua compiler")
@@ -244,7 +247,10 @@
244247
:desc "Find and fix problems in your JavaScript code")
245248
(:tool jsonlint
246249
:link "https://github.com/zaach/jsonlint"
247-
:desc "A JSON parser and validator with a CLI")))
250+
:desc "A JSON parser and validator with a CLI")
251+
(:tool ollama
252+
:link "https://github.com/ollama/ollama"
253+
:desc "Get up and running with Llama 2, Mistral, and other large language models locally")))
248254

249255

250256
(provide 'me-external-tools)

0 commit comments

Comments
 (0)