LuaSnip
snippet engine
A Lua-based snippet engine for Neovim, enabling text expansion and manipulation within the editor.
Snippet Engine for Neovim written in Lua.
4k stars
15 watching
246 forks
Language: Lua
last commit: 15 days ago
Linked from 1 awesome list
luaneovimsnippet-enginesnippets
Related projects:
Repository | Description | Stars |
---|---|---|
hrsh7th/nvim-cmp | A completion plugin for Neovim that provides full support for LSP completion capabilities and customizable key mappings. | 8,230 |
mrcjkb/haskell-snippets.nvim | A Lua plugin providing a collection of pre-defined text snippets for Haskell programming in Neovim. | 29 |
dcampos/nvim-snippy | A plugin for expanding and managing snippets in Neovim. | 324 |
smjonas/snippet-converter.nvim | A tool to convert snippets between different formats and engines | 179 |
nvim-lua/plenary.nvim | A comprehensive Lua library providing a set of reusable functions for various tasks in Neovim plugins | 2,850 |
nvim-tree/nvim-tree.lua | A plugin for Neovim that provides a graphical file explorer tree | 7,328 |
nvim-lua/kickstart.nvim | A starting point for personal Neovim configuration. | 20,560 |
tobinpalmer/rayso.nvim | Enables neovim users to create and share reusable code snippets instantly. | 78 |
norcalli/snippets.nvim | A Vim plugin for expanding pre-defined code snippets into the current buffer. | 275 |
echasnovski/mini.nvim | A collection of independent Lua modules improving Neovim experience with minimal effort. | 5,528 |
ellisonleao/carbon-now.nvim | Creates beautiful code snippets directly from the terminal in Neovim | 177 |
neovim/nvim-lspconfig | Provides default configurations for language servers in Nvim. | 10,905 |
windwp/nvim-autopairs | An autopair plugin for Neovim that automates matching pairs of characters | 3,335 |
nvim-lualine/lualine.nvim | A Neovim statusline plugin with customizable components written in Lua. | 6,353 |
williamboman/mason.nvim | Manages external editor tooling for Neovim | 8,072 |