LuaSnip
Snippet Engine for Neovim written in Lua.snippet
				awesome-neovim
			LuaSnip provides features for creating and using snippets in your code. It supports tabstops, text transformations, conditional expansion, nested snippets, filetype-specific snippets, choices, dynamic snippet creation, regex-triggered snippets, autotriggered snippets, easy postfix snippets, and more. It can parse LSP-style snippets and expand them with nvim-cmp. LuaSnip is fast and can resolve the filetype at the cursor using Treesitter.
Media
Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
						
					
					{
  "L3MON4D3/LuaSnip",
  -- follow latest release.
  "tag": "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
  -- install jsregexp (optional!).
  "build": "make install_jsregexp"
}
						Developers using LuaSnip
more configs
				2151
			
				init.lua
			
				30
			
				3689
		
				1382
			
				init.lua
			
				81
			
				6486
		
				1173
			
				init.lua
			
				5
			
				5671
		
				1117
			
				init.lua
			
				49
			
				9720