vimrc: add zig.vim stuff

master
an 2019-05-01 11:46:58 -04:00
parent 85c67607ef
commit 977f04857f
2 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,8 @@
│   ├── vim-asm_ca65
│   ├── vim-gdscript3
│   ├── vim-polyglot
│   └── vim-zscript
│   ├── vim-zscript
│   └── zig.vim
└── 20_features
├── opt
│   ├── ack.vim
@ -40,4 +41,4 @@
├── vim-localvimrc
└── vim-markdown-toc
40 directories
41 directories

3
vimrc
View File

@ -104,6 +104,9 @@ let g:tagbar_autoshowtag=1
" abolish
let g:abolish_no_mappings=1 " we set out own later
" zig.vim
let g:zig_fmt_autosave=0
" gui and terminal specific settings
if has('gui_running')
set guicursor+=i:hor10-Cursor