script update

This commit is contained in:
Chris 2020-05-12 14:06:41 -04:00
parent 6d157bb63a
commit 361a072d9c
3 changed files with 4 additions and 3 deletions

View file

@ -35,7 +35,7 @@ if !exists('g:vscode')
set timeoutlen=100 " By default timeoutlen is 1000 ms
set clipboard=unnamedplus " Copy paste between vim and everything else
set incsearch
" set guifont=Hack\ Nerd\ Font
set guifont=Hack\ Nerd\ Font
" let $NVIM_TUI_ENABLE_TRUE_COLOR=1
" set mmp=1300
" set autochdir " Your working directory will always be the same as your working directory

View file

@ -6,13 +6,13 @@ set -o errexit # exit when command fails
installnode() { \
echo "Installing node..."
curl -sL install-node.now.sh/lts | bash
sudo curl -sL install-node.now.sh/lts | bash
npm i -g neovim
}
installpip() { \
echo "Installing pip..."
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
rm get-pip.py
}

View file

@ -49,6 +49,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
Plug 'christianchiarulli/onedark.vim'
" Plug 'kaicataldo/material.vim'
" Plug 'NLKNguyen/papercolor-theme'
" Plug 'tomasiser/vim-code-dark'
" Intellisense
Plug 'neoclide/coc.nvim', {'branch': 'release'}
" Status Line