This commit is contained in:
root 2020-11-05 00:27:01 +01:00
parent bcd52055e7
commit ff9d16abb5
6 changed files with 9 additions and 17 deletions

3
init-neovim.sh Normal file → Executable file
View file

@ -7,10 +7,7 @@ cat <<EOF >$HOME/.config/nvim/init.vim
call plug#begin('~/.vim/plugged')
Plug 'vim-airline/vim-airline'
Plug 'scrooloose/nerdtree', { }
Plug 'tpope/vim-vinegar'
Plug 'tpope/vim-fugitive'
Plug 'sheerun/vim-polyglot'
Plug 'mxw/vim-jsx'
Plug 'scrooloose/nerdcommenter'
Plug 'NLKNguyen/papercolor-theme'
call plug#end()