My .vimrc File

Hi there. I wanted to share my vimrc file. I’m using this file for JavaScript and TypeScript projects. It’s compatible with JavaScript and TypeScript. Screenshot My .vimrc file is here; set nocompatible " be iMproved, required filetype off " required " Set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " […]