Skip to content

Instantly share code, notes, and snippets.

@ohcibi
Created April 20, 2017 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohcibi/846e0934f08bdb297164d8db03712ef5 to your computer and use it in GitHub Desktop.
Save ohcibi/846e0934f08bdb297164d8db03712ef5 to your computer and use it in GitHub Desktop.
"dein Scripts-----------------------------
if &compatible
set nocompatible " Be iMproved
endif
" Required:
set runtimepath^=~/.vim/dein/repos/github.com/Shougo/dein.vim
" Required:
call dein#begin(expand('~/.vim/dein'))
" Let dein manage dein
" Required:
call dein#add('Shougo/dein.vim')
call dein#add('Shougo/denite.nvim')
" Required:
call dein#end()
" Required:
filetype plugin indent on
" If you want to install not installed plugins on startup.
if dein#check_install()
call dein#install()
endif
"End dein Scripts-------------------------
nnoremap <c-p> :Denite buffer file_rec<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment