mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-06 20:54:30 +08:00
Fix local formatoptions value changed by pug
This commit is contained in:
@@ -73,6 +73,7 @@ let b:javascript_indentexpr = &indentexpr
|
||||
if s:use_pug
|
||||
unlet! b:did_indent
|
||||
runtime! indent/pug.vim
|
||||
setlocal formatoptions-=r
|
||||
endif
|
||||
|
||||
if s:use_sass
|
||||
|
||||
Reference in New Issue
Block a user