How to debug a lua plugin .

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-notify

    A fancy, configurable, notification manager for NeoVim

  • If you want to get fancy you can add nvim-notify into the mix.

  • vlog.nvim

    Single file, no dependency, easy copy & paste log file to add to your neovim lua plugins

  • Something I've found handy for debugging is TJ's vlog.nvim. Paste the entire file into your lua path and require it. It will dump prettified messages to :messages, and will also append to a log file in ~/.local/share/nvim. Functions like debug, info etc are super convenient because they take a variable number of arguments, and automatically call vim.inspect to dump out the contents of tables.

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

  • Configurando NeoVim + Elixir

    3 projects | dev.to | 21 May 2024
  • My Text Editor Journey: Towards Modal Editing

    5 projects | dev.to | 21 May 2024
  • Buscadores personalizados con Mini.Pick

    1 project | dev.to | 17 May 2024
  • AstroNvim 4.7.1

    1 project | news.ycombinator.com | 16 May 2024
  • Now I get NeoVim

    1 project | dev.to | 16 May 2024