Files
dotfiles/dot_config/micro/plug/jlabbrev/repo.json
T
Cian-H 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00

20 lines
446 B
JSON

[{
"Name": "jlabbrev",
"Description": "Julia backslash abbreviations in micro",
"Website": "https://github.com/MasFlam/jlabbrev",
"Tags": ["julia", "util"],
"Versions": [{
"Version": "1.0.0",
"Url": "https://github.com/MasFlam/jlabbrev/archive/v1.0.0.zip",
"Require": {
"micro": ">=2.0"
}
}, {
"Version": "1.0.1",
"Url": "https://github.com/MasFlam/jlabbrev/archive/v1.0.1.zip",
"Require": {
"micro": ">=2.0"
}
}]
}]