File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,36 @@ abbrevs:
111111 snippet : install
112112 context : ' ^pnpm\s'
113113 global : true
114+ - name : pnpm add
115+ abbr : a
116+ snippet : add
117+ context : ' ^pnpm\s'
118+ global : true
119+ - name : pnpm add -D
120+ abbr : ad
121+ snippet : add -D
122+ context : ' ^pnpm\s'
123+ global : true
124+ - name : pnpm remove
125+ abbr : rm
126+ snippet : remove
127+ context : ' ^pnpm\s'
128+ global : true
129+ - name : pnpm run
130+ abbr : r
131+ snippet : run
132+ context : ' ^pnpm\s'
133+ global : true
134+ - name : pnpm dlx
135+ abbr : d
136+ snippet : dlx
137+ context : ' ^pnpm\s'
138+ global : true
139+ - name : pnpm exec
140+ abbr : e
141+ snippet : exec
142+ context : ' ^pnpm\s'
143+ global : true
114144
115145 # Bun
116146 - name : bun
@@ -121,3 +151,26 @@ abbrevs:
121151 snippet : install
122152 context : ' ^bun\s'
123153 global : true
154+ - name : bun add
155+ abbr : a
156+ snippet : add
157+ context : ' ^bun\s'
158+ global : true
159+ - name : bun install
160+ abbr : ad
161+ snippet : add -D
162+ context : ' ^bun\s'
163+ global : true
164+ - name : bun remove
165+ abbr : rm
166+ snippet : remove
167+ context : ' ^bun\s'
168+ global : true
169+ - name : bun run
170+ abbr : r
171+ snippet : run
172+ context : ' ^bun\s'
173+ global : true
174+ - name : bunx
175+ abbr : bnx
176+ snippet : bunx
You can’t perform that action at this time.
0 commit comments