Select a color scheme for your Dotfyle experience

L3MON4D3 / LuaSnip

LuaSnip

Snippet Engine for Neovim written in Lua.
3170 1156 2 4 hours 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
1924 init.lua 32 3478
rafi/vim-config
/
1849 init.lua 88 7723
ecosse3/nvim
/
1185 init.lua 70 7358
yutkat/dotfiles
/.config/nvim
708 init.lua 187 10338