how to set up lazy.nvim????? [HELP!]

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

    💤 A modern plugin manager for Neovim

  • local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", -- latest stable release lazypath, }) end vim.opt.rtp:prepend(lazypath)

  • dotfiles

    dotfiles for Windows and arch, btw. (by pynappo)

  • you're supposed to have a /lua/plugins/ folder with lua files with your lua specs. like I have my lazy.nvim get it's plugin specs from the /lua/pynappo/plugins folder

  • 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

  • Here is my config and the [commit change](03f660607188c4f0395bb95ce63b338a7c46e6f5) you can take a reference from.

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

  • How/Where to set plugin keymaps with lazy.nvim

    3 projects | /r/neovim | 8 Mar 2023
  • It’s been an hour and I have made no progress

    2 projects | /r/neovim | 9 Dec 2023
  • Packages only work when I install a new one

    1 project | /r/neovim | 21 Oct 2023
  • thethethe.nvim - neovim friendly autocorrect plugin

    4 projects | /r/neovim | 21 Oct 2023
  • Lazyflex.nvim: Makes it easier to test and troubleshoot a neovim configuration.

    4 projects | /r/neovim | 20 Oct 2023