summaryrefslogtreecommitdiffhomepage
path: root/.exrc
blob: 1eb5cfb7f5f7eeaa7afdf94a6e37e79056b025f1 (plain) (blame)
1
2
3
4
5
6
7
8
" Autowrap lines
set tw=80

" Auto-compile the site
nnoremap M :w \| make<CR><CR>

let g:netrw_sort_sequence = '^index.gsp$,[\/]$,'
let g:netrw_list_hide .= ',^.*\.html$'