acid.nvim
Asynchronous Clojure Interactive Development (by clojure-vim)
packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config (by wbthomason)
acid.nvim | packer.nvim | |
---|---|---|
2 | 180 | |
161 | 7,853 | |
0.0% | - | |
0.0 | 3.4 | |
almost 3 years ago | 7 months ago | |
Lua | 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.
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.
acid.nvim
Posts with mentions or reviews of acid.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-17.
-
I just published iron.nvim v3.0
My bad. I knew conjure for when I was starting out using clojure. I came up with acid.nvim and settled on it for a while. Conjure was one of the references and it did get a lot more traction then acid. It's been years since I stopped working w/ clojure professionally so I didn't keep up with the plugins around it.
-
Clojure in neovim
Can I suggest (and get opinions on) acid.nvim?
packer.nvim
Posts with mentions or reviews of packer.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-21.
-
thethethe.nvim - neovim friendly autocorrect plugin
packer
-
Help Enablin Powerline Font for Lightline in Kitty NeoVim
-- Check if Packer.nvim is already installed if fn.empty(fn.glob(install_path)) > 0 then -- If not installed, clone it from GitHub fn.system({'git', 'clone', '--depth', '1', 'https://github.com/wbthomason/packer.nvim', install_path}) -- Load Packer.nvim vim.cmd [[packadd packer.nvim]] return true end return false end
-
Installing neovim on windows 10 does not work (no really, it doesn't)
local ensure_packer = function() local fn = vim.fn local install_path = fn.stdpath('data')..'/site/pack/packer/start/packer.nvim' if fn.empty(fn.glob(install_path)) > 0 then fn.system({'git', 'clone', '--depth', '1', 'https://github.com/wbthomason/packer.nvim', install_path}) vim.cmd [[packadd packer.nvim]] return true end return false end
- Issue with treesitter highlights, disappears after 5 seconds each time
-
Editing init.lua with lua_ls on gives "Undefined global : vim" ?
require('packer').startup(function(use) use 'https://github.com/wbthomason/packer.nvim' use 'https://github.com/neovim/nvim-lspconfig' end)
- error message whenever I write a file
-
[Help] Packer.nvim
git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim
-
Pyright Won't Let me Quit Python Files
``` vim.g.maplocalleader = " " vim.g.mapleader = " " local ensure_packer = function() local fn = vim.fn local install_path = fn.stdpath("data") .. "/site/pack/packer/start/packer.nvim" if fn.empty(fn.glob(install_path)) > 0 then fn.system({ "git", "clone", "--depth", "1", "https://github.com/wbthomason/packer.nvim", install_path }) vim.cmd([[packadd packer.nvim]]) return true end return false end
- [Neovim] Gestionnaire de packages basé à Lua
What are some alternatives?
When comparing acid.nvim and packer.nvim you can also consider the following projects:
iron.nvim - Interactive Repl Over Neovim
vim-plug - :hibiscus: Minimalist Vim Plugin Manager
vim-iced - Clojure Interactive Development Environment for Vim8/Neovim
lazy.nvim - 💤 A modern plugin manager for Neovim
clojure.vim - Clojure syntax highlighting and indentation for Vim and Neovim.
nvim-treesitter - Nvim Treesitter configurations and abstraction layer
promise-async - Promise & Async in Lua
nvim-lspconfig - Quickstart configs for Nvim LSP
80s - 280 kB minimalistic HTTP server with async I/O and hot-code reloading
paq-nvim - 🌚 Neovim package manager
ale - Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
gruvbox.nvim - Lua port of the most famous vim colorscheme