Fun with i3, vim, and zsh

main
Dan Buch 3 years ago
parent 59b9b57974
commit f8826c0f3d
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -33,8 +33,9 @@ disk "/home" {
} }
wireless _first_ { wireless _first_ {
format_up = "W:(%quality %essid) %ip" format_up = "W: (%quality %essid, %bitrate @ %frequency) %ip"
format_down = "W:down" format_down = "W: down"
format_quality = "%03d%s"
} }
battery 0 { battery 0 {

@ -46,6 +46,7 @@ map ,t :w<CR>
map ,- :nohl<CR> map ,- :nohl<CR>
map ,w :%s/ *$//<CR> map ,w :%s/ *$//<CR>
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
let g:airline_powerline_fonts = 1 let g:airline_powerline_fonts = 1
let g:go_fmt_command = "goimports" let g:go_fmt_command = "goimports"
let g:python_highlight_all = 1 let g:python_highlight_all = 1

@ -73,11 +73,11 @@ plugins=(
mercurial mercurial
nmap nmap
node node
npm #npm
npx #npx
nvm nvm
pip pip
pipenv #pipenv
postgres postgres
pyenv pyenv
python python

Loading…
Cancel
Save