Skip to content

Instantly share code, notes, and snippets.

@hitamu
hitamu / init.vim
Last active February 22, 2020 07:41
init.vim
" Plugins will be downloaded under the specified directory.
call plug#begin('~/.config/nvim/plugged')
" Declare the list of plugins.
Plug 'christoomey/vim-tmux-navigator'
Plug 'junegunn/fzf', { 'do': './install --bin' }
Plug 'tpope/vim-liquid'
Plug 'jparise/vim-graphql'
Plug 'scrooloose/nerdtree'
Plug 'vim-airline/vim-airline'