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.
3k stars
15 watching
245 forks
Language: Lua
last commit: 7 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,097 |
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. | 319 |
smjonas/snippet-converter.nvim | A tool to convert snippets between different formats and engines | 176 |
nvim-lua/plenary.nvim | A comprehensive Lua library providing a set of reusable functions for various tasks in Neovim plugins | 2,787 |
nvim-tree/nvim-tree.lua | A plugin for Neovim that provides a graphical file explorer tree | 7,252 |
nvim-lua/kickstart.nvim | A starting point for personal Neovim configuration. | 19,912 |
tobinpalmer/rayso.nvim | Enables neovim users to create and share reusable code snippets instantly. | 76 |
norcalli/snippets.nvim | A Vim plugin for expanding pre-defined code snippets into the current buffer. | 277 |
echasnovski/mini.nvim | A collection of independent Lua modules improving Neovim experience with minimal effort. | 5,268 |
ellisonleao/carbon-now.nvim | Creates beautiful code snippets directly from the terminal in Neovim | 175 |
neovim/nvim-lspconfig | Provides default configurations for language servers in Nvim. | 10,751 |
windwp/nvim-autopairs | An autopair plugin for Neovim that automates matching pairs of characters | 3,281 |
nvim-lualine/lualine.nvim | A Neovim statusline plugin with customizable components written in Lua. | 6,228 |
williamboman/mason.nvim | Manages external editor tooling for Neovim | 7,929 |