pact.nvim VS nvim-lua

Compare pact.nvim vs nvim-lua and see what are their differences.

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
pact.nvim nvim-lua
1 14
43 198
- -
0.0 8.2
over 1 year ago 2 days ago
Fennel Lua
MIT License -
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.

pact.nvim

Posts with mentions or reviews of pact.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-21.
  • Hibiscus 🌺 -- Fennel eye-candy for neovim
    4 projects | /r/neovim | 21 May 2022
    Macros are pretty attractive, because you suddenly feel really unconstrained by syntax. You can write a fennel macro to handle really weird non-uniform syntax which can be exciting. In the end, it's generally less hassle to go with functions though. Often I'll write a macro, then tune it, then tune it again, then realise I just need a function function, i.e this was all a macro initially but now the macro is simply sugar to let you go (await (my-func 10)), and even then it's pretty debatable if simply accepting a function name and arguments is particularly worse (i.e: (await my-func 10) where await is just a function), I really just wanted to retain the "call style" on the day I wrote it. They do give you a lot of power though, one of the first things I wrote after Hotpot was a macro to set keymaps to functions directly, with closure scope which would have been pretty annoying without the macro - possible as the macro is just lua in the end, but pretty annoying, annoying enough that most people didn't bind "one shot" functions. I think that is where macros really shine, allowing you to actually patch short comings, not just alter syntax. Apart from that - which is now deprecated by 0.7 - I think I have one other macro in my config which ... could actually just be a function.

nvim-lua

Posts with mentions or reviews of nvim-lua. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • vim-tmux-navigator is conflicting with toggleterm
    2 projects | /r/neovim | 2 Feb 2023
    I recently converted vim-tmux-navigator to lua via a simple function and using A-hjkl\ binds (which has no conflicts) instead of the default C-hjkl\, feel free to reuse my code, relevant commit.
  • vscode like rename ui
    1 project | /r/neovim | 17 Dec 2022
    source: https://github.com/ibhagwan/nvim-lua/blob/main/lua/lsp/rename.lua
  • Hibiscus 🌺 -- Fennel eye-candy for neovim
    4 projects | /r/neovim | 21 May 2022
    I guess this is a preference thing, I would consider my config my config highly customized and pretty advanced, it has almost 8k lines of code, I don't fiddle with it as much as when I just converted to lua but I still update ocasionally and I find lua perfect for the job, instead of macros I just create small lua functions in order to avoid code duplication (where applicable).
  • I love this community
    1 project | /r/neovim | 9 Apr 2022
    I'm not just giving you complements to boost your morale, I've seen your code first hand, I've used feline (we even interacted in issues) and also copied your archived nvim-reload code into my config and can recognize a good programmer when I see one.
  • How to make ":luafile $MYVIMRC<CR>" work?
    3 projects | /r/neovim | 22 Mar 2022
    Technically all you need to do is set package.loaded[module] = nil for all the modules you wish to reload and that's why my modded version does, it reloads all your entire neovim config and all the plugins listed in the linked init file.
  • FzfLua 'git status' as a high level staging tool
    6 projects | /r/neovim | 19 Dec 2021
    FYI, just added this to my config with a slight twist (resize back once I'm done), this so great :)
  • Good Neovim Configurations
    7 projects | /r/neovim | 23 Nov 2021
    My config isn’t a “permade”, it’s not meant to be a solution for anyone other than myself, nevertheless you might find it useful for plugin selection and some cool functions.
  • How to write plugins, workflow setup?
    3 projects | /r/neovim | 19 Nov 2021
    You can view my setup here.
  • A few useful features I added to Fzf-Lua preview window
    3 projects | /r/neovim | 4 Oct 2021
    My own version of Embark colorscheme and feline.nvim, my configuration can be found here
  • Feline.nvim version 0.1 released
    13 projects | /r/neovim | 16 Sep 2021
    Btw, if anyone wants the “evil-line” equivalent config for feline you can find it here

What are some alternatives?

When comparing pact.nvim and nvim-lua you can also consider the following projects:

neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim.

suda.vim - 🥪 An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows

lightspeed.nvim - deprecated in favor of leap.nvim

nvim-reload - Plugin to easily reload your Neovim config

hotpot.nvim - :stew: Carl Weathers #1 Neovim Plugin.

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

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

lualine.nvim - A blazing fast and easy to configure Neovim statusline written in Lua

hibiscus.nvim - :hibiscus: Flavored Fennel Macros for Neovim

vimux - easily interact with tmux from vim

vim - An ambitious theme for vim

feline.nvim - A minimal, stylish and customizable statusline for Neovim written in Lua