diff options
author | Tharre <tharre3@gmail.com> | 2018-02-02 14:59:36 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-02-02 14:59:36 +0100 |
commit | 983cd9bb341fd1f70b472c60bd23f2116685b001 (patch) | |
tree | accf41db75896279ce22fafecda410a882a965b9 /.vimrc | |
parent | d92e9f764a97464bf89e5bbd6ea218295297a6f5 (diff) | |
download | dotfiles-983cd9bb341fd1f70b472c60bd23f2116685b001.tar.gz dotfiles-983cd9bb341fd1f70b472c60bd23f2116685b001.tar.xz dotfiles-983cd9bb341fd1f70b472c60bd23f2116685b001.zip |
vim: hexmode: remove autodetection mode
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -146,4 +146,3 @@ let g:ale_linters = { " hexmode let g:hexmode_patterns = '*.bin,*.exe,*.dat,*.rom' -let g:hexmode_autodetect = 1 |