nvim, lazy.nvim and catppuccin theme

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

  • ```Lua 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) require("lazy").setup({ spec = { { import = "plugins" }, }, -- the rest of your lazy.nvim config })

  • nvim

    🍨 Soothing pastel theme for (Neo)vim

  • I read the installation documentation and the problem is that it is very general. https://github.com/catppuccin/nvim

  • 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
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 needed with plugins/colorschemes, new to NeoVim

    2 projects | /r/neovim | 11 May 2023
  • I can't figure out how to configure AstroNvim

    3 projects | /r/AstroNvim | 12 Feb 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