posva / vim-vue

Syntax Highlight for Vue.js components
MIT License
1.29k stars 103 forks source link

word wrap #70

Closed VinceFanZ closed 7 years ago

VinceFanZ commented 7 years ago

.vimrc

set nowrap Plug 'posva/vim-vue'

set nowrap failure

2017-06-15 4 16 23 2017-06-15 4 16 41
posva commented 7 years ago

you proly did set tw=80 or similar. Do set tw=0 to remove the horizontal limit, but this is unrelated to vim-vue