Anyone else overwhelmed by lua sometimes?

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

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

    ⌨️ My Neovim configuration (by vuki656)

  • dotfiles

    Discontinued 🍚 Some nice dots (by vuki656)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nvim-lua-guide

    Discontinued A guide to using Lua in Neovim

  • NvChad

    Discontinued An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast. [Moved to: https://github.com/NvChad/NvChad] (by siduck76)

  • Seems like lots of people have their own lua folder under ~/.config/nvim that init.vim or init.lua gets info from. One example of this structure is here

  • telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

  • To add to that, I can highly recommend using telescope.nvim's builtin help tags finder for getting around the documentation!

  • neodev.nvim

    💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.

  • Furthermore, folke's lua-dev.nvim nicely integrates everything into e.g. nvim-compe

  • dotfiles

    Personal dotfiles (by andersevenrud)

  • Maybe there's something here you can pick up: https://github.com/andersevenrud/dotfiles/blob/master/.config/nvim/init.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
  • Lua

    Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

  • You should first learn Lua the language itself. There is a quick guide that gives you the most important information on Learn Lua in Y Minute. If you want something more comprehensive you can read the Lua 5.0 book online for free (Neovim uses 5.1) or buy a later edition of the book. Lua does not use semantic versioning, so Lua 5.1, 5.2, 5.3 and 5.4 are different languages and not compatible. However, the differences are so small that it is very likely that a script written for a lower version will run on a higher version.

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