Packer Initialization

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

    Neovim KISS configuration with Lua

  • Thanks for the share, this is my packer_init.lua file: https://github.com/brainfucksec/neovim-lua/blob/main/nvim/lua/packer_init.lua

  • packer.nvim

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

  • if fn.empty(fn.glob(install_path)) > 0 then PACKER_BOOTSTRAP = fn.system({ "git", "clone", "--depth", "1", "https://github.com/wbthomason/packer.nvim", install_path, }) print("Installing packer, close and reopen Neovim...") vim.cmd([[packadd packer.nvim]]) end

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

    One editor to roll them all. (GotoDef FindRef Completion Snippet Format Lint Refactor Test Debug Repl Task) (by younger-1)

  • My setup for packer with recompile and carefully design for first time bootstrap https://github.com/younger-1/nvim/blob/42efe08512145323d06c6b5f0877cf9a218f3da7/lua/young/plugin-loader.lua

  • Neovim-from-scratch

    📚 A Neovim config designed from scratch to be understandable

  • Solved!, I have inserted the instruction pcall for each of the modules related to the plugins, now I/we can install this config with nvim +PackerSync command. In addition to your support I found useful the example in this repository: https://github.com/LunarVim/Neovim-from-scratch

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

  • Help Enablin Powerline Font for Lightline in Kitty NeoVim

    1 project | /r/neovim | 24 Sep 2023
  • Installing neovim on windows 10 does not work (no really, it doesn't)

    1 project | /r/neovim | 19 Aug 2023
  • Issue with treesitter highlights, disappears after 5 seconds each time

    1 project | /r/neovim | 31 Jul 2023
  • error message whenever I write a file

    2 projects | /r/neovim | 20 Jun 2023
  • [Help] Packer.nvim

    3 projects | /r/neovim | 3 Jun 2023