diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -143,3 +143,7 @@ let g:vim_markdown_math = 1 let g:ale_linters = { \ 'html': ['htmlhint', 'tidy'], \} + +" hexmode +let g:hexmode_patterns = '*.bin,*.exe,*.dat,*.rom' +let g:hexmode_autodetect = 1 |