Skip to content

Instantly share code, notes, and snippets.

@zchee
Created February 13, 2016 22:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zchee/a081e58555bdf4b7335b to your computer and use it in GitHub Desktop.
Save zchee/a081e58555bdf4b7335b to your computer and use it in GitHub Desktop.
" Tiny init.vim for deoplete
" vim-plug
set runtimepath+=$XDG_CONFIG_HOME/nvim/plugged/deoplete.nvim
set completeopt+=noinsert,noselect
set completeopt-=preview
hi Pmenu gui=NONE guifg=#c5c8c6 guibg=#373b41
hi PmenuSel gui=reverse guifg=#c5c8c6 guibg=#373b41
let g:deoplete#enable_at_startup = 1
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment