Setting up NvimTree + Bufferline issue

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

  • -- boostrap lazy.nvim as package manager 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) -- options recommended by nvim-tree vim.g.loaded_netrw = 1 vim.g.loaded_netrwPlugin = 1 -- recommended by bufferline and nvim-tree (and pretty much anyone not using just the 16 terminal colors) vim.o.termguicolors = true -- install/setup plugins require("lazy").setup({ { 'akinsho/bufferline.nvim', config = true }, -- config = true is shorthand for config = function() require('plugin').setup() end { 'nvim-tree/nvim-tree.lua', config = true } })

  • bufferline.nvim

    A snazzy bufferline for 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.

    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

  • Get vim background on plugin configuration

    1 project | /r/neovim | 24 Sep 2023
  • How do i get rid of the "NvimTree_1"

    2 projects | /r/neovim | 5 Jul 2023
  • File Browser

    1 project | /r/neovim | 23 Jun 2023
  • [Fix] "E5108...Segments must be a list" Bufferline Error Message

    1 project | /r/lunarvim | 30 Apr 2023
  • [Neovim] Moyen le plus simple de trouver si un tampon est caché

    1 project | /r/enfrancais | 20 Apr 2023