Skip to content

Commit

Permalink
vim: fixed vimfiler indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau Fracés committed May 21, 2015
1 parent 7cbb412 commit c62fdb6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions home/.vimrc
Expand Up @@ -25,9 +25,12 @@ call unite#filters#sorter_default#use(['sorter_rank'])

" vimfiler
let g:vimfiler_as_default_explorer = 1
call vimfiler#custom#profile('default', 'context', { 'safe': 0 })
call vimfiler#custom#profile('default', 'context', {
\ 'safe': 0
\ })

let g:vimfiler_tree_leaf_icon = ' '
let g:vimfiler_tree_indentation = 2
let g:vimfiler_tree_leaf_icon = ''
let g:vimfiler_tree_opened_icon = ''
let g:vimfiler_tree_closed_icon = ''
let g:vimfiler_file_icon = '-'
Expand Down

0 comments on commit c62fdb6

Please sign in to comment.