From b93c3f2121601b8f4ebf73747de412f4cbadf28f Mon Sep 17 00:00:00 2001 From: Julian Teu Date: Mon, 26 Mar 2018 15:43:58 +0200 Subject: link vimrc to nvim config --- .config/nvim/init.vim | 50 +++----------------------------------------------- 1 file changed, 3 insertions(+), 47 deletions(-) (limited to '.config') diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 99505ba..f182e5b 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -1,47 +1,3 @@ - -set nocompatible " be iMproved, required -filetype off " required - -" set the runtime path to include Vundle and initialize -set rtp+=~/.vim/bundle/Vundle.vim -call vundle#begin() -" alternatively, pass a path where Vundle should install plugins -"call vundle#begin('~/some/path/here') - -" let Vundle manage Vundle, required -Plugin 'VundleVim/Vundle.vim' - -Plugin 'tpope/vim-surround' -Plugin 'tpope/vim-repeat' -Plugin 'tpope/vim-speeddating' - -Plugin 'zchee/deoplete-jedi' - -Plugin 'sirtaj/vim-openscad' - -Plugin 'nanotech/jellybeans.vim' - -Plugin 'Shougo/deoplete.nvim' - -Plugin 'agude/vim-eldar' - -call vundle#end() " required -filetype plugin indent on " required - - -colorscheme eldar - -syntax enable -set number relativenumber - -set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab - - -let g:deoplete#enable_at_startup = 1 - - -inoremap pumvisible() ? "\" : "\" -inoremap pumvisible() ? "\" : "\" - - -tnoremap +set runtimepath^=~/.vim runtimepath+=~/.vim/after +let &packpath = &runtimepath +source ~/.vimrc -- cgit v1.2.3