summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2024-02-26 18:51:10 +0000
committerJosh Rahm <rahm@google.com>2024-02-26 18:51:22 +0000
commit25e1663bac71d0ff852f4bd0bfb284ff68aa1f95 (patch)
treef822419b087ad84bbffcdbebde62b28ba742a9e8 /snippets
parente0c6a0448f31d790348f24ee61d15db969f676eb (diff)
downloadconfig.vim-25e1663bac71d0ff852f4bd0bfb284ff68aa1f95.tar.gz
config.vim-25e1663bac71d0ff852f4bd0bfb284ff68aa1f95.tar.bz2
config.vim-25e1663bac71d0ff852f4bd0bfb284ff68aa1f95.zip
Added another snippet for java
Diffstat (limited to 'snippets')
-rw-r--r--snippets/java.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/java.json b/snippets/java.json
index 3a8066b..3079faf 100644
--- a/snippets/java.json
+++ b/snippets/java.json
@@ -3,5 +3,10 @@
"prefix": "undefined",
"body": "throw new UnsupportedOperationException(\"Implement me!\");",
"description": "Inserts on unimplemented exception (good for stubbing out methods)"
+ },
+ "unedfined": {
+ "prefix": "unedfined",
+ "body": "throw new UnsupportedOperationException(\"Implement me!\");",
+ "description": "Inserts on unimplemented exception (good for stubbing out methods)"
}
}