diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2021-12-10 19:54:38 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2021-12-10 19:54:38 +0100 |
commit | 9e06311db167a4ca76bcc34c81d02abd19bfe8a1 (patch) | |
tree | a946f5335be8448298156390cde5bd143eb8b3fe /stow/vim/.vim/ftplugin/python/snips/if | |
parent | 127577f70763b2e4a55d038f1730e1cb18835ba8 (diff) | |
download | configs-9e06311db167a4ca76bcc34c81d02abd19bfe8a1.tar.gz configs-9e06311db167a4ca76bcc34c81d02abd19bfe8a1.zip |
A bunch of changes to different filetypes for vim.
Diffstat (limited to 'stow/vim/.vim/ftplugin/python/snips/if')
-rw-r--r-- | stow/vim/.vim/ftplugin/python/snips/if | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stow/vim/.vim/ftplugin/python/snips/if b/stow/vim/.vim/ftplugin/python/snips/if new file mode 100644 index 0000000..af3cef1 --- /dev/null +++ b/stow/vim/.vim/ftplugin/python/snips/if @@ -0,0 +1,2 @@ +if (<+++>): + <++> |