Hide dotfiles in explorer by default

This commit is contained in:
Edward Litherland-Smith 2021-01-26 10:34:44 +00:00
parent 4f72369350
commit c911384504

2
vimrc
View file

@ -35,6 +35,8 @@ command! BufOnly silent! execute "%bd|e#|bd#"
set splitbelow
set splitright
let g:netrw_list_hide= '\(^\|\s\s\)\zs\.\S\+'
let g:ale_completion_enabled = 1
set omnifunc=ale#completion#OmniFunc