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

30 lines
717 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 = ["python"]
path = "snippets/python/comprehension.json"
[[sources.paths]]
scope = ["python"]
path = "snippets/python/unittest.json"
[[sources.paths]]
scope = ["python"]
path = "snippets/python/pydoc.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]]
scope = ["html"]
path = "snippets/html.json"
[[sources.paths]]
path = "snippets/loremipsum.json"