Resources for Lua for plugin development for someone not familiar with Lua

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nvim-lua-guide

    Discontinued A guide to using Lua in Neovim

  • I'm the author of nvim-lua-guide by the way, if you find anything unclear you could always open an issue. I find that kind of feedback invaluable!

  • plenary.nvim

    plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.

  • As for reloading a plugin, the require() function caches modules, which means subsequent calls use what was cached. plenary.nvim has a function for reloading modules: https://github.com/nvim-lua/plenary.nvim/blob/master/lua/plenary/reload.lua

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

    InfluxDB logo
  • neovim

    Vim-fork focused on extensibility and usability

  • all you need to understand lsp lua is here https://github.com/neovim/neovim/tree/master/runtime/lua/vim

  • nvim-luadev

    REPL/debug console for nvim lua plugins

  • nvim-luadev

  • nvim-luapad

    Interactive real time neovim scratchpad for embedded lua engine - type and watch!

  • nvim-luapad

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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