From 442de0e30b7aa5d18a6f7ce8729b47947e549e62 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sun, 17 May 2020 00:01:28 -0400 Subject: [PATCH] add airline themes, set split right and down --- .bashrc | 2 +- .vimrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 104a6b3..1756cdb 100644 --- a/.bashrc +++ b/.bashrc @@ -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" diff --git a/.vimrc b/.vimrc index b34f194..089cda1 100644 --- a/.vimrc +++ b/.vimrc @@ -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