diff options
-rw-r--r-- | nvim/nvim/init.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nvim/nvim/init.vim b/nvim/nvim/init.vim index baf3402..f7a8f5d 100644 --- a/nvim/nvim/init.vim +++ b/nvim/nvim/init.vim @@ -39,10 +39,6 @@ Plug 'zaid/vim-rec' " Guix Plug 'https://gitlab.com/Efraim/guix.vim' -" Zig -Plug 'ziglang/zig.vim' -let g:zig_fmt_autosave = 0 - " Conjure: lispy things! this is what I wanted to do with combustion! Plug 'Olical/conjure' let g:conjure#client_on_load = v:false |