diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-12-15 21:46:55 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-12-15 21:46:55 +0100 |
commit | e78589ea658947c6778ed1458c2bdced681c5ed7 (patch) | |
tree | 67c5916a69a5dd0690d0d3d4640a5b9e70d138d4 /nvim | |
parent | b6c725223d605edf0bdbbd319e893020b29b82ef (diff) |
nvim: zig is in nvim by default
Diffstat (limited to 'nvim')
-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 |