Skip to content

Commit

Permalink
Use correct comment symbol for vim config (#7)
Browse files Browse the repository at this point in the history
The Lua comment style was a vimscript syntax error.
  • Loading branch information
mark-rushakoff authored Oct 16, 2024
1 parent a99bc67 commit 3aa4622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/zls/install.smd
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ call plug#begin('~/.config/nvim/plugged')
Plug 'ziglang/zig.vim' " https://github.com/ziglang/zig.vim
call plug#end()

-- disable format-on-save from `ziglang/zig.vim`
" disable format-on-save from `ziglang/zig.vim`
let g:zig_fmt_autosave = 0
-- don't show parse errors in a separate window
" don't show parse errors in a separate window
let g:zig_fmt_parse_errors = 0

:lua << EOF
Expand Down

0 comments on commit 3aa4622

Please sign in to comment.