aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-10-12 16:14:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-10-12 16:14:31 +1300
commitaa88140fd1ca90ce0741498939259bcaebc612ba (patch)
tree88e7d44bedd1b1babea6fe59480ffb8f07e3e03b /vim
parentRemove markdown plugin (diff)
downloaddotfiles-aa88140fd1ca90ce0741498939259bcaebc612ba.tar.gz
dotfiles-aa88140fd1ca90ce0741498939259bcaebc612ba.zip
Show dotfiles in netrw
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 2b408462..f5ced406 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -228,7 +228,7 @@ if has('eval')
let g:netrw_liststyle = 3
" Don't list the current directory shortcut, and don't show tags files
- let g:netrw_list_hide = '^\.,^tags$'
+ let g:netrw_list_hide = '^\.$,^tags$'
endif
" Don't show line numbers by default, but \n toggles them