add airline themes, set split right and down

This commit is contained in:
Paul Trowbridge 2020-05-17 00:01:28 -04:00
parent ac6bc8eed9
commit 442de0e30b
2 changed files with 5 additions and 1 deletions

View File

@ -116,8 +116,8 @@ if ! shopt -oq posix; then
fi
fi
source /home/pt/.config/broot/launcher/bash/br
EDITOR=/usr/bin/vim.basic
PAGER="less -S"
export IPTOKEN="6ac0a563fc06ab"
export PG="psql -U ptrowbridge -d ubm -p 5030 -h usmidlnx01"
export NVM_DIR="/home/pt/.nvm"

4
.vimrc
View File

@ -10,6 +10,7 @@ Plugin 'vim-airline/vim-airline'
Plugin 'scrooloose/nerdtree'
Plugin 'tpope/vim-fugitive'
Plugin 'edkolev/tmuxline.vim'
Plugin 'vim-airline/vim-airline-themes'
"Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
" All of your Plugins must be added before the following line
call vundle#end() " required
@ -23,6 +24,9 @@ let NERDTreeShowHidden=1
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
colorscheme desert
syntax on
set splitright
set splitbelow
set number
let g:tmuxline_powerline_separators = 0
"---------explorer------
let g:netrw_banner = 0