add airline themes, set split right and down
This commit is contained in:
parent
ac6bc8eed9
commit
442de0e30b
2
.bashrc
2
.bashrc
@ -116,8 +116,8 @@ if ! shopt -oq posix; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source /home/pt/.config/broot/launcher/bash/br
|
|
||||||
EDITOR=/usr/bin/vim.basic
|
EDITOR=/usr/bin/vim.basic
|
||||||
|
PAGER="less -S"
|
||||||
export IPTOKEN="6ac0a563fc06ab"
|
export IPTOKEN="6ac0a563fc06ab"
|
||||||
export PG="psql -U ptrowbridge -d ubm -p 5030 -h usmidlnx01"
|
export PG="psql -U ptrowbridge -d ubm -p 5030 -h usmidlnx01"
|
||||||
export NVM_DIR="/home/pt/.nvm"
|
export NVM_DIR="/home/pt/.nvm"
|
||||||
|
4
.vimrc
4
.vimrc
@ -10,6 +10,7 @@ Plugin 'vim-airline/vim-airline'
|
|||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'edkolev/tmuxline.vim'
|
Plugin 'edkolev/tmuxline.vim'
|
||||||
|
Plugin 'vim-airline/vim-airline-themes'
|
||||||
"Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
|
"Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
@ -23,6 +24,9 @@ let NERDTreeShowHidden=1
|
|||||||
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
|
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
|
||||||
colorscheme desert
|
colorscheme desert
|
||||||
syntax on
|
syntax on
|
||||||
|
set splitright
|
||||||
|
set splitbelow
|
||||||
|
set number
|
||||||
let g:tmuxline_powerline_separators = 0
|
let g:tmuxline_powerline_separators = 0
|
||||||
"---------explorer------
|
"---------explorer------
|
||||||
let g:netrw_banner = 0
|
let g:netrw_banner = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user