vim-xsnippet is a simple Vim plugin that enables one to post code snippets to xsnippet.org pastebin service directly from Vim.
- Python 2.7+
- Vim 7.x+ built with
+python
Copy all files to your $VIMRUNTIME
dir (usually ~/.vim
).
Alternatively, if you are using Vundle plug-in manager for Vim, add the
following line to your .vimrc
:
Bundle 'xsnippet/vim-xsnippet'
:call PostToXsnippet()
- posts the content of the current buffer to xsnippet.org and puts the snippet url to the clipboard
- Authors: The XSnippet Team ([email protected])
- License: MIT
- Homepage: https://github.com/xsnippet/vim-xsnippet