File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11let g:netrw_dirhistmax =10
2- let g:netrw_dirhist_cnt =8
3- let g:netrw_dirhist_1='/Users/agore/Documents/workspace/thoughtworks-devops-chef'
4- let g:netrw_dirhist_2='/Users/agore/Documents/workspace/thoughtworks-devops-chef/nodes'
5- let g:netrw_dirhist_3='/Users/agore/Documents/workspace/thoughtworks-devops-chef'
6- let g:netrw_dirhist_4='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks'
7- let g:netrw_dirhist_5='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks/apache'
8- let g:netrw_dirhist_6='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks/apache/attributes'
9- let g:netrw_dirhist_7='/Users/agore/Documents/workspace/thoughtworks-devops-chef'
10- let g:netrw_dirhist_8='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks'
2+ let g:netrw_dirhist_cnt =1
3+ let g:netrw_dirhist_1='/Users/agore/Documents/workspace/twcloud-chef'
Original file line number Diff line number Diff line change 1+ set tabstop = 2
2+ set shiftwidth = 2
3+ set expandtab
14syntax on
25autocmd BufNewFile ,BufRead *.json set ft = javascript
36colorscheme railscasts
You can’t perform that action at this time.
0 commit comments