diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-04-24 13:04:43 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | 287a418b7999d73821c103331e2a95395f2ac626 (patch) | |
tree | 12bc53eb60ecba42fa7cf08b69af2e040c04f782 /vimrc | |
parent | bbf48a354983f3e12a3ff9d587a6f1e770b4e7e2 (diff) | |
download | dotnvim-287a418b7999d73821c103331e2a95395f2ac626.tar.gz dotnvim-287a418b7999d73821c103331e2a95395f2ac626.zip |
Not Z80 for now
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -88,7 +88,6 @@ set laststatus=2 "" vim-autoformat (C-F5) noremap <F29> :Autoformat<CR> au BufWrite *.py,*.c,*.h :Autoformat -au BufWrite *.z80 :Autoformat asm " enable omnicompletion set omnifunc=syntaxcomplete#Complete |