nvim-luapad VS dotfiles

Compare nvim-luapad vs dotfiles and see what are their differences.

nvim-luapad

Interactive real time neovim scratchpad for embedded lua engine - type and watch! (by rafcamlet)
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-luapad dotfiles
13 3
505 7
- -
0.0 0.0
over 1 year ago over 1 year ago
Lua Lua
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nvim-luapad

Posts with mentions or reviews of nvim-luapad. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-07.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-09.
  • How to? Fuzzy search contents, then filter by filename/path
    3 projects | /r/neovim | 9 Nov 2022
    So this is something which is kinda doing what you like: https://github.com/rafcamlet/dotfiles/blob/master/nvim/lua/live_grep.lua But it works in one go. Everything until ; sign goes to rg and after it to fd. There is a lot of buggy hacker magic because at some point telescope stops supporting writers https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/finders/async_job_finder.lua#L43, and I've tried to reimplement them, without full understanding how those pipes work. Most of the time it works good enough, but sometimes it stuck, and the performance is probably much worse than it could be.
  • Easypick.nvim - create telescope pickers from console commands
    2 projects | /r/neovim | 6 Jul 2022
    I've tried to do something like this, and it's working https://github.com/rafcamlet/dotfiles/blob/vm_reborn/nvim/lua/live_grep.lua ! But honestly, I still don't quite understand how this pipe system works in telescope and my solution is some kind of ugly abomination that shouldn't exist.
  • How to write plugins, workflow setup?
    3 projects | /r/neovim | 19 Nov 2021
    I wrote a small script to pass instructions quickly from the command line. Haven't used it in a while, so it might be outdated and probably not very pretty as it wasn't intended for publication, but here you are: https://github.com/rafcamlet/dotfiles/blob/vm_reborn/nvim/lua/boss.lua

What are some alternatives?

When comparing nvim-luapad and dotfiles you can also consider the following projects:

neo-tree.nvim - Neovim plugin to manage the file system and other tree like structures.

nvim-lua

neovim - Vim-fork focused on extensibility and usability

leap.nvim - Neovim's answer to the mouse 🦘

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

nvim-luadev - REPL/debug console for nvim lua plugins

scratch.nvim

nvim-lua-guide - A guide to using Lua in Neovim

vusted - A busted wrapper for testing neovim plugin

mini.nvim - Library of 35+ independent Lua modules improving overall Neovim (version 0.7 and higher) experience with minimal effort

dotfiles