<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Vim Tutorial Part 7 - How to Install Vim Plugins with Vundle (nerdtree)</title>
        <link>https://stream.echo6.co/videos/watch/45e9d056-6346-4b5c-a7a2-6304fab973cf</link>
        <description>In this video I show you guys how to install vundle (a plugin for managing and installing other vim plugins) And I show you how to use it to install other plugins (nerd tree in this case) git clone the following github repositories into your .vim folder https://github.com/VundleVim/Vundle.vim https://github.com/preservim/nerdtree Make sure you add the following lines to the top of your .vimrc file set nocompatible filetype off " This is necessary to get vundle working and allow it to manage plugins " set the runtime path to include Vundle and initialize " set rtp+=~/.vim/bundle/Vundle.vim set rtp+=~/.vim/Vundle.vim call vundle#begin() " let Vundle manage Vundle, this should go before any other plugin Plugin 'VundleVim/Vundle.vim' " Plugins go down here " Keep Plugin commands between vundle#begin/end. Plugin 'preservim/nerdtree' " All of your Plugins must be added before the following line call vundle#end()            " required filetype plugin indent on    " required " To ignore plugin indent changes, instead use: "filetype plugin on " " Quick help " :PluginList       - lists configured plugins " :PluginSearch foo - searches for foo; append ! to refresh local cache " :PluginInstall    - installs plugins; append ! to update or just :PluginUpdate " :PluginClean      - confirms removal of unused plugins; append ! to auto-approve removal " " see :h vundle for more details or wiki for FAQ " Put your non-Plugin stuff after this line Once you've saved this code to your .vimrc file, restart vim and run the command :PluginInstall to load all your plugins. Subscribe to my YouTube channel http://goo.gl/9U10Wz and be sure to click that notification bell so you know when new videos are released. ₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿ Dash Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz Zcash t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr Chainlink 0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14 Bitcoin Cash qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp Etherum Classic 0xeA641e59913960f578ad39A6B4d02051A5556BfC USD Coin 0x0B045f743A693b225630862a3464B52fefE79FdB Bitcoin bc1qyj5p6hzqkautq4d3zgzwfllm7xv9wjeqkv857z Ethereum 0x35B505EB5b717D11c28D163fb1412C3344c7684d Litecoin LQviuYVbvJs1jCSiEDwWAarycA4xsqJo7D DOGE D7MPGcUT4sXkGroGbs4QVQGyXqXd6QfmXF</description>
        <lastBuildDate>Wed, 15 Apr 2026 17:26:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>Vim Tutorial Part 7 - How to Install Vim Plugins with Vundle (nerdtree)</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/videos/watch/45e9d056-6346-4b5c-a7a2-6304fab973cf</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/video-comments.xml?videoId=45e9d056-6346-4b5c-a7a2-6304fab973cf" rel="self" type="application/rss+xml"/>
    </channel>
</rss>