diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-19 10:20:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-19 10:20:09 +0100 |
commit | 79ad1e633c4e84791eead8923c46788eb2ed4eac (patch) | |
tree | 40b756f6e4aabc657dbe3238dd754ac073b22f7c /nvim-vim9-compat/UltiSnips/markdown.snippets | |
parent | 5df453d3cfddf0aa410f8d41b7cc78f780973bdc (diff) |
Trying a vimrc-based neovim set up
This has to be symlinked from ~/.config/nvim. This is a non-lua-based
configuration.
Diffstat (limited to '')
-rw-r--r-- | nvim-vim9-compat/UltiSnips/markdown.snippets | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim-vim9-compat/UltiSnips/markdown.snippets b/nvim-vim9-compat/UltiSnips/markdown.snippets new file mode 100644 index 0000000..f20bf95 --- /dev/null +++ b/nvim-vim9-compat/UltiSnips/markdown.snippets @@ -0,0 +1,3 @@ +snippet swowdev "Test snippet" +- @~SWOWdev (`date +"%c"`): $0 +endsnippet |