summaryrefslogtreecommitdiff
path: root/snippets/global.json
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-02-08 11:49:10 +0100
committerNaz <ndpm13@ch-naseem.com>2025-02-08 11:49:10 +0100
commit9b9eab0b94e1aa7202226002d8774603677d23ba (patch)
treec6b9f4d4485d0873553bf324a976b7691aa70667 /snippets/global.json
parent0f181056a80d84e71f402b4d202c68c0212e215a (diff)
✨feat: add LSP and IDEish plugins
Diffstat (limited to 'snippets/global.json')
-rw-r--r--snippets/global.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/global.json b/snippets/global.json
new file mode 100644
index 0000000..027921b
--- /dev/null
+++ b/snippets/global.json
@@ -0,0 +1,7 @@
+{
+ "Naz's git config": {
+ "prefix": "gitnaz",
+ "body": ["[user]", " name = Naz", " email = ndpm13@ch-naseem.com"],
+ "description": "Naz's git config"
+ }
+}