AutoYADM commit: 2025-04-05 14:45:07
This commit is contained in:
parent
0b615a6f7a
commit
8219ec0917
2 changed files with 21 additions and 3 deletions
18
.config/helix/external-snippets.toml
Normal file
18
.config/helix/external-snippets.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[[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"
|
Loading…
Add table
Add a link
Reference in a new issue