Skip to content

Instantly share code, notes, and snippets.

View quantshah's full-sized avatar

Shahnawaz Ahmed quantshah

View GitHub Profile
@quantshah
quantshah / init.vim
Created December 30, 2017 17:12 — forked from gnarula/init.vim
Neovim config
" Use vim-plug
call plug#begin('~/.local/share/nvim/plugged')
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'zchee/deoplete-jedi'
Plug 'Shougo/echodoc.vim'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'scrooloose/nerdcommenter'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'