LuaSnip: need help testing a biiiig PR

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
  • LuaSnip

    Snippet Engine for Neovim written in Lua.

    In the past days I have finished a pretty big improvement to luasnips lsp-parser (PR).

  • jsregexp

    JavaScript regular expressions for Lua

    It's now more accurate (the resulting snippets are closer to what vscode produces), and finally capable of performing transformations on placeholders/variables (with the help of jsregexp).

  • 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.

  • packer.nvim

    A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

    I'm especially interested in performance (of both parsing and the snippets themselves, they got a bit more complex), and how easy it is to get jsregexp running (the recommended way is installing its' luarock via packer (automatic updates), but luarocks are loaded too late for direct usage from init.lua. There's a workaround for that described here though. Alternatively, building it locally and placing the resulting jsregexp.so somewhere nvim can find it (probably ~/.config/nvim/lua/) is pretty straightforward).

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