mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Overwriting files before grafting the new repo
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
snippet ok
|
||||
Object.keys(${1});
|
||||
endsnippet
|
||||
|
||||
snippet c
|
||||
const $1 = require('${2:$1}');
|
||||
endsnippet
|
||||
|
||||
snippet v
|
||||
var $1 = require('${2:$1}');
|
||||
endsnippet
|
||||
Reference in New Issue
Block a user