Update bash and vim config.
This commit is contained in:
parent
fff14d4f42
commit
cc27cf15b5
|
@ -1,8 +1,8 @@
|
|||
# vim: set ft=dosini:
|
||||
[core]
|
||||
auto_newline = 1
|
||||
powerline = 0
|
||||
theme = lowfi-neon
|
||||
powerline = 1
|
||||
theme = luminus
|
||||
|
||||
|left|
|
||||
[plugin]
|
||||
|
@ -36,5 +36,5 @@ name = date
|
|||
format = %a %b %H:%M
|
||||
|
||||
[plugin]
|
||||
bg = 000000
|
||||
bg = 0afa4d
|
||||
name = hostname
|
||||
|
|
|
@ -84,7 +84,7 @@ iabbrev <// </<C-X><C-O>
|
|||
let g:indentLine_char = '|'
|
||||
|
||||
set colorcolumn=80
|
||||
colorscheme Tomorrow-Night-Bright
|
||||
colorscheme Tomorrow
|
||||
let g:netrw_banner=0
|
||||
let g:airline_theme='wombat'
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
|
|
Loading…
Reference in New Issue