Add some useful snippets
diff --git a/modules/neovim/coc/snippets/all.snippets b/modules/neovim/coc/snippets/all.snippets
new file mode 100644
index 0000000..2ed085b
--- /dev/null
+++ b/modules/neovim/coc/snippets/all.snippets
@@ -0,0 +1,3 @@
+snippet visual "Get back the visual selection without any extra trimmings"
+${VISUAL}
+endsnippet