vhda / verilog_systemverilog.vim

Verilog/SystemVerilog Syntax and Omni-completion
360 stars 87 forks source link

or gate indent #179

Closed misakisuna705 closed 5 years ago

misakisuna705 commented 5 years ago

macOS 10.13.6 vim 8.1.950

I use vim-plug to install with no other setting in my .vimrc, and use vim-autoformat to format .v file. However, there is some wired indent.

partial code

2019-03-06 10 59 33

partial .vimrc

Plug 'vhda/verilog_systemverilog.vim',{'for':'verilog_systemverilog'} Plug 'Chiel92/vim-autoformat',{'on':'Autoformat'}

au BufWrite * :Autoformat