Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Created January 3, 2019 12:27
Show Gist options
  • Save solrevdev/2845b47f1a08cf134ab97a68711d8540 to your computer and use it in GitHub Desktop.
Save solrevdev/2845b47f1a08cf134ab97a68711d8540 to your computer and use it in GitHub Desktop.
init.vim - neovim macos dotnetcore friendly
call plug#begin()
Plug 'roxma/nvim-completion-manager'
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
call plug#end()
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment