mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
17 lines
284 B
TOML
17 lines
284 B
TOML
[tools]
|
|
bun = "latest"
|
|
deno = "latest"
|
|
direnv = "latest"
|
|
go = "latest"
|
|
lua = "latest"
|
|
neovim = "latest"
|
|
node = "latest"
|
|
python = "latest"
|
|
ruby = "latest"
|
|
rust = "latest"
|
|
usage = "latest"
|
|
|
|
[settings]
|
|
idiomatic_version_file_enable_tools = ["ruby", "node"]
|
|
not_found_auto_install = true
|