Vim: NERDTree

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

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
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • nerdtree

    A tree explorer plugin for vim.

  • NERDTree is a great plugin in Vim for managing and navigating Files. Some might prefer fzf, telescope, and other plugins for navigation, NERDTree is not a bad option to begin within Vim. NERDTree allows you to even create/delete/move files and folders flawlessly without much effort, so it becomes a much more viable beginner's plugin.

  • vundle

    Vundle, the plug-in manager for Vim

  • To install a plugin using Vundle, you need to configure Vundle first if you have not already done it. You can find the installation docs here. After Vundle has been configured in your vimrc you can simply add Plugin 'preservim/nerdtree' between the call begin and end of Vundle, like :

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

    :hibiscus: Minimalist Vim Plugin Manager

  • To install a plugin using the Vim-Plug manager, you need to configure Vim-Plug if you have not already configured it in your vimrc. You can find the installation docs at the GitHub README of Vim-Plug. After Vim-Plug has been configured in your vimrc you can simply add Plug 'preservim/nerdtree' between the call plug begin and end statements. Just like:

  • vim-pathogen

    pathogen.vim: manage your runtimepath

  • To install any plugin using Pathogen plugin manager, you need to configure PAthogen in your vimrc if you have not done it already. You can find the installation docs on Pathogen.vim. After Pathogen has been configured in your vimrc, you can clone the git repository of that plugin into your local machine and then activate it using Pathogen.

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

  • Auto update Javascript imports when moving file/folder

    2 projects | /r/neovim | 21 Jun 2023
  • :(

    1 project | /r/shittydarksouls | 7 Apr 2023
  • New User

    3 projects | /r/vim | 26 Feb 2023
  • how do I download nerd tree on neovim??

    2 projects | /r/neovim | 17 Jan 2023
  • Windows 10: Plugins not working when placing in pack\plugins\start\

    1 project | /r/vim | 15 Jan 2023