Can't add packer as my plug manager.

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
  • packer.nvim

    A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

  • local packadd = function (plugin) vim.cmd('packadd ' .. plugin) end local packer local ok, result = pcall(require, 'packer') if ok then packer = result else local git_url = 'https://github.com/wbthomason/packer.nvim' local install_path = vim.fn.stdpath 'data' .. '/site/pack/packer/start/packer.nvim' vim.fn.system { 'git', 'clone', '--depth', '1', git_url, install_path } packadd 'packer.nvim' packer = require 'packer' end -- packer.init { ... }

  • minpac

    A minimal package manager for Vim 8 (and Neovim)

  • I went back to using minpac. It uses vim's package feature, but doesn't have to compile anything. I like that I don't have to load it unless I download something.

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

    The lightning-fast plugin manager, alternative to vim-plug

  • Maybe you'll vim-jetpack interesting.

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

  • which plugin manager are you using?

    7 projects | /r/neovim | 22 Oct 2022
  • Neorg – organize your life in Neovim

    9 projects | news.ycombinator.com | 26 Mar 2024
  • It’s been an hour and I have made no progress

    2 projects | /r/neovim | 9 Dec 2023
  • cpp setting problem

    4 projects | /r/neovim | 6 Dec 2023
  • What are some plugins that you can't live without?

    16 projects | /r/neovim | 4 Dec 2023