bandogora / .vim

Backup of vim and bash files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

If a .vim directory already exists make a backup and/or remove it.

Clone this repo into your home directory

$ git clone https://github.com/bandogora/.vim.git ~/.vim

Run the setup.sh script:

$ sh $HOME/.vim/setup

This will initialize and clone all submodules, then generate vim helptags.

Plugins

Tools

Note: below, when we refer to "<Leader>", we're referring to the vim special key. By default, that's a comma, but you can remap it to some other key in plugin/00-leader.vim

  • Asynchronous Lint Engine

    An asynchronous syntax checker.

  • ctrlp.vim

    Fuzzy find in project, buffers, or most-used files. Press <c-p> to get started.

  • endwise.vim

    A plugin that helps to end certain structures automatically.

  • NERD Commenter

    Comment functions so powerful—no comment necessary. Mapped to <Leader>c<something>.

  • sessionman.vim

    Allows the saving and restoring of sessions. It adds the options to the "File" menu, but there are also normal-mode commands.

  • Supertab

    Tab-completion (:h supertab)

  • Tabular

    A plugin for making your text line up. Maybe type :Tab and see what happens.

  • The NERDTree

    A file system explorer for Vim. Mapped to <Leader>n.

  • UltiSnips

    The ultimate snippet solution for Vim

  • vim-airline

    Status/tabline for vim.

  • vim-airline-themes

    A collection of themes for vim-airline.

  • vim-buffergator

    A plugin that gives you a list of all buffers currently open. Mapped to <Leader>b.

  • vim-devicons

    Adds file type icons to Vim plugins.

  • vim-gitgutter

    A Vim plugin that shows a git diff in the gutter.

  • ZoomWin

    Zoom in/out of windows (toggle between one window and multi-window) Mapped to <Leader><Leader>

About

Backup of vim and bash files

License:MIT License


Languages

Language:Vim Script 88.2%Language:Shell 11.8%