adjust
This commit is contained in:
parent
bcd52055e7
commit
ff9d16abb5
6 changed files with 9 additions and 17 deletions
3
init-neovim.sh
Normal file → Executable file
3
init-neovim.sh
Normal file → Executable 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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue