added stuff for irc client, whitespace visible again
This commit is contained in:
parent
d03a68db3a
commit
aac594325f
|
@ -16,6 +16,9 @@ sudo pacman -S \
|
||||||
wpa_actiond \
|
wpa_actiond \
|
||||||
ifplugd \
|
ifplugd \
|
||||||
htop \
|
htop \
|
||||||
|
weechat \
|
||||||
|
ruby \
|
||||||
|
tcl \
|
||||||
--noconfirm
|
--noconfirm
|
||||||
|
|
||||||
pacaur -S \
|
pacaur -S \
|
||||||
|
|
|
@ -102,7 +102,7 @@ set shiftwidth=2
|
||||||
set softtabstop=2
|
set softtabstop=2
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
set autoindent smartindent
|
set autoindent smartindent
|
||||||
" set listchars=tab: ,trail: " the end dot character here is literally present
|
set listchars=trail:·,tab:»·
|
||||||
" set list
|
" set list
|
||||||
|
|
||||||
" look and feel
|
" look and feel
|
||||||
|
|
Reference in a new issue