Skip to content

Instantly share code, notes, and snippets.

@hokorobi
Created October 21, 2017 06:14
Show Gist options
  • Save hokorobi/24f8a408abbe2591b82a1221e6cf4bd1 to your computer and use it in GitHub Desktop.
Save hokorobi/24f8a408abbe2591b82a1221e6cf4bd1 to your computer and use it in GitHub Desktop.
minimal deoplete.nvim vimrc
set nocompatible
set encoding=utf-8
let g:python3_host_prog = expand('~/AppData/Local/Programs/Python/Python35/python.exe')
let g:deoplete#enable_at_startup = 1
set runtimepath+=$HOME/_vim/dein/repos/github.com/Shougo/deoplete.nvim
set runtimepath+=$HOME/_vim/dein/repos/github.com/roxma/nvim-yarp
set runtimepath+=$HOME/_vim/dein/repos/github.com/roxma/vim-hug-neovim-rpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment