Skip to content

Instantly share code, notes, and snippets.

@dalbrekt
Created April 23, 2015 18:15
Show Gist options
  • Save dalbrekt/b7867791d31d63416fe4 to your computer and use it in GitHub Desktop.
Save dalbrekt/b7867791d31d63416fe4 to your computer and use it in GitHub Desktop.
Vim setup

Patogen package manager

curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim```

## Setup
Add to vimrc:

```execute pathogen#infect()```

# Packages

```git clone https://github.com/kien/ctrlp.vim```

## Indent

```git clone https://github.com/Yggdroot/indentLine.git```

## Supertab - completion by Tab-key

```git clone https://github.com/ervandew/supertab.git```

## Automatic closing of quotes etc.

```git clone https://github.com/Raimondi/delimitMate.git```

## File browsing

### NERDTree

```git clone https://github.com/scrooloose/nerdtree```

Configure key shortcut:

```nmap <leader>d :NERDTreeToggle<CR>```


### CtrlP

```git clone https://github.com/kien/ctrlp.vim````



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment