Do you want a faster way to create Lua Snippets?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dotfiles

    Bash shell and Vim configuration settings (by Integralist)

    I could imagine that 'project' or 'domain' specific snippets created on-the-fly when needed could be a popular idea because it's often I'm working on something and suddenly think "yeah this would be good as a snippet" and then I look at... https://github.com/Integralist/dotfiles/blob/main/.snippets/go.lua ...and then I inevitably say to myself "f*** it, I'll do it later".

  • ultisnips_to_luasnip

    Python script that converts simple snippets defined in UltiSnips format to LuaSnip snippets

    I believe ultisnips has a very intuitive syntax for creating snippets. I wrote a small tool that converts some ultipsnip snippets to luasnip format. The tool can still be improved but I lost motivation after realizing that luasnip has no regex support. Here is it if you want to check it out.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • snip-lookup.nvim

    I just recently wrote a plugin to solve how time-consuming it can be to add new snippets: https://github.com/rnprest/snip-lookup.nvim. It doesn’t support the dynamic snippet features of luasnip (your snippets are just yaml strings) but it’s certainly easy to edit on the fly! Would love any feedback you have

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts