Colors and prompt config

This commit is contained in:
Daniel Lundin 2018-04-08 13:25:56 +02:00
parent d5e219fb89
commit 467874f70d
3 changed files with 9 additions and 5 deletions

View file

@ -115,8 +115,8 @@ colors:
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x000000'
cursor: '0xffcc22'
text: '0xffee88'
cursor: '0x11aa66'
normal:
black: '0x212121'

View file

@ -448,9 +448,10 @@ autocmd FileType go nmap <Leader>d <Plug>(go-doc-vertical)
" ALE
let g:ale_sign_column_always = 1
let g:ale_linters = {'go': ['gofmt']}
" let g:ale_linters = {'go': ['gofmt']}
" let g:ale_linters = {'go': ['go build', 'gofmt', 'golint', 'gometalinter', 'gosimple', 'go vet', 'staticcheck']}
" let g:ale_linters = {'go': ['gofmt', 'golint', 'gometalinter', 'gosimple', 'go vet', 'staticcheck']}
let g:ale_linters = {'go': ['gofmt', 'golint', 'gometalinter', 'gosimple', 'go vet']}
let g:ale_sign_error = ''
let g:ale_sign_warning = '⚠'
let g:airline#extensions#ale#enabled = 1

7
.zshrc
View file

@ -20,15 +20,18 @@ export LPASS_AGENT_TIMEOUT=900
typeset -A ZSH_HIGHLIGHT_STYLES
export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
export ZSH_HIGHLIGHT_STYLES[command]='fg=155'
export ZSH_HIGHLIGHT_STYLES[alias]='fg=155'
export ZSH_HIGHLIGHT_STYLES[builtin]='fg=190'
export ZSH_HIGHLIGHT_STYLES[command]='fg=155'
export ZSH_HIGHLIGHT_STYLES[function]='fg=155'
export ZSH_HIGHLIGHT_STYLES[path]='fg=116'
setopt append_history
setopt share_history
source ~/.zplug/init.zsh
zplug "miekg/lean"
zplug "dln/lean"
zplug "zplug/zplug", hook-build:"zplug --self-manage"
zplug "plugins/git", from:oh-my-zsh