Перевёл dotfiles на stow
This commit is contained in:
parent
27416cef99
commit
97af93b2a8
169 changed files with 1256 additions and 100 deletions
11
config/nvim/snippets/package.json
Normal file
11
config/nvim/snippets/package.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "gotools",
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "go",
|
||||
"path": "./go.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue