diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 05e2f0b..7b987c7 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -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' diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index a3d02f1..5fd06eb 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -448,9 +448,10 @@ autocmd FileType go nmap d (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 diff --git a/.zshrc b/.zshrc index 8e13e63..faf3f52 100644 --- a/.zshrc +++ b/.zshrc @@ -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