about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2016-11-17T23·05-0500
committerWilliam Carroll <wpcarro@gmail.com>2016-11-17T23·05-0500
commitbd7107b6fc5386b36a745838030005cbee2921a3 (patch)
treef57168b8e7a7a7047bce25943d77311cf80b3bef /configs
parent338d3f7b444bb712662a92e7132d392c0f47a167 (diff)
Changes listchars
Diffstat (limited to 'configs')
-rw-r--r--configs/.vimrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/configs/.vimrc b/configs/.vimrc
index b5bb7241c009..6794eb1ae097 100644
--- a/configs/.vimrc
+++ b/configs/.vimrc
@@ -140,17 +140,13 @@ let g:javascript_plugin_jsdoc = 1
 
 " GlobalListchars
 set list
-set listchars=eol:¶,trail:~,nbsp:␣
+set listchars=tab:··,trail:·,nbsp:·
 
 
 " Keeps everything concealed at all times. Even when cursor is on the word.
 set conceallevel=1
 set concealcursor=nvic
 
-" JavaScript thanks to pangloss/vim-javascript
-" let g:javascript_conceal_function = "ƒ"
-" match ErrorMsg /ƒ/
-
 
 " Ultisnips
 " Track the engine.