load vimrc

This commit is contained in:
ManjaroOne666 2019-04-09 22:45:30 +01:00
parent 507d28a6e2
commit 6854f35211
2 changed files with 4 additions and 10 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
bundle/

View File

@ -1,5 +1,5 @@
" set runtimepath^=~/.vim runtimepath+=~/.vim/after set runtimepath^=~/.config/vim runtimepath+=~/.config/vim/after
" let &packpath = &runtimepath let &packpath = &runtimepath
if empty(glob('~/.config/nvim/autoload/plug.vim'))"{{{ if empty(glob('~/.config/nvim/autoload/plug.vim'))"{{{
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
@ -8,11 +8,4 @@ if empty(glob('~/.config/nvim/autoload/plug.vim'))"{{{
endif endif
"}}} "}}}
call plug#begin('~/.config/nvim/bundle') source ~/.config/vim/vimrc
" #coc.nvim{{{
" https://github.com/neoclide/coc.nvim
" Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
" }}
call plug#end()
" source ~/.config/vim/vimrc