Managing vim plugins using pathogen

This page summarizes the projects mentioned and recommended in the original post on dev.to
Vim

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
  • vim-plug

    :hibiscus: Minimalist Vim Plugin Manager

  • vim-plug stores the plugins installed in the vimrc between call plug#begin() and call plug#end().

  • dotfiles

    .files that I tend to use (well, at least the files that I made public) (by SNikhill)

  • It is just a combination of a PLUGINS[] meant to hold the url(s) for all the plugins used and a for-loop that clones them to the bundle directory.

  • 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
  • vim-colorschemes

    one colorscheme pack to rule them all!

  • #!/bin/bash # I STORE THE plugins LIST IN A SEPARATE shell file export plugins=( "https://github.com/flazz/vim-colorschemes.git colorschemes" # ...OtherPlugins )

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

  • Why Neovim is My Text Editor of Choice

    2 projects | dev.to | 23 Apr 2024
  • I can't stand using VSCode so I wrote my own (it wasn't easy)

    10 projects | news.ycombinator.com | 21 Apr 2024
  • GitHub Sponsors: Oliver Blanthorn main developer of Tridactyl

    2 projects | dev.to | 21 Apr 2024
  • Multi-cursor code editing: An animated introduction

    4 projects | news.ycombinator.com | 19 Apr 2024
  • Let's See Your Terminal

    2 projects | dev.to | 16 Apr 2024