Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 524 Bytes

snippet.md

File metadata and controls

13 lines (8 loc) · 524 Bytes

Snippets

By default every snippets directory in runtimepath will be searched for snippets. See :h rtp and nvim-snippy

How to add snippets

snippets/<filetype>.snippets file will be autoloaded when the filetype matched. snippets/_.snippets will be autoloaded for all filetypes.

The snippet syntax follows SnipMate.

Other details see https://github.com/dcampos/nvim-snippy#adding-snippets .