srctree
repos
owner
network
issues
0
diffs
0
Public
Gregory Mullen
parent
113133f0
21a335bb
OMFG, this took **hours**! disable loclist on zig save
.config/nvim/init.vim
added: 4, removed: 1, total 3
@@ -106,6 +106,9 @@ let g:workspace_session_disable_on_args = 1
let g:workspace_persist_undo_history = 0
let g:zig_fmt_parse_errors = 0
augroup Mkdir
autocmd!
autocmd BufWritePre * call mkdir(expand("<afile>:p:h"), "p")