Weird Theming Problem.

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

  • -- init.lua file 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) local opts = {} require("lazy").setup("plugins", opts) vim.cmd.colorscheme("rose-pine")

  • 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

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

    1 project | /r/neovim | 25 Jun 2023