File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 140
140
(:tool clang
141
141
:link " https://clang.llvm.org"
142
142
: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" )
143
146
(:tool luac
144
147
:link " https://www.lua.org"
145
148
:desc " Lua compiler" )
244
247
:desc " Find and fix problems in your JavaScript code" )
245
248
(:tool jsonlint
246
249
: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" )))
248
254
249
255
250
256
(provide 'me-external-tools )
You can’t perform that action at this time.
0 commit comments