Vim UltiSnips Snippets for Rust Programming Language
UltiSnips is required for enabling the snippet functions
Put .snippets file into ~/.vim/ultisnips/UltiSnips/
- Type the keyword (e.g. fn)
- Press TAB to trigger the snippet
- Enter the name of the function
- Press Control-j for jumping to the next position (In the example, it jumps inside the brackets)
- Enter the parameters
- Press Control-j again
- Enter the function body
MIT License