Select a color scheme for your Dotfyle experience

L3MON4D3 / LuaSnip

LuaSnip

Snippet Engine for Neovim written in Lua.
3539 1421 1 6 days ago
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
xero/dotfiles
/neovim/.config/nvim
2015 init.lua 35 3751
ecosse3/nvim
/
1283 init.lua 83 6738
yutkat/dotfiles
/.config/nvim
791 init.lua 191 10136