mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(neovim): Custom snippet configuration for Docker & Rust
- VS code format snippets for Docker & Rust - Blink.nvim configured to pick custom snippets automatically
This commit is contained in:
19
common/.config/nvim/custom-snippets/package.json
Normal file
19
common/.config/nvim/custom-snippets/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "custom-snippets",
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": [
|
||||
"dockerfile"
|
||||
],
|
||||
"path": "./dockerfile.json"
|
||||
},
|
||||
{
|
||||
"language": [
|
||||
"rust"
|
||||
],
|
||||
"path": "./rust.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user