Created
February 13, 2016 22:10
-
-
Save zchee/a081e58555bdf4b7335b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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