dotfiles/.config/helix/external-snippets.toml

18 lines
424 B
TOML

[[sources]]
name = "friendly-snippets"
git = "https://github.com/rafamadriz/friendly-snippets.git"
[[sources.paths]]
scope = ["python"]
path = "snippets/python/python.json"
[[sources.paths]]
scope = ["rust"]
path = "snippets/rust/rust.json"
[[sources.paths]]
scope = ["markdown"]
path = "snippets/markdown.json"
[[sources.paths]]
scope = ["go"]
path = "snippets/go.json"
[[sources.paths]]
path = "snippets/loremipsum.json"