davidsierradz opened this issue 6 years ago · 0 comments
Requisite minimal reproducible example, formatted as plain text :
const foo = ( bar, { baz = () => {} } = {}, ) => {}
Stats:
neovim: v0.5.0-113-g02393a0c7 vim-javascript: HEAD
v0.5.0-113-g02393a0c7
Minimal init.vim:
init.vim
call plug#begin('~/.config/nvim/plugged') Plug 'pangloss/vim-javascript' call plug#end()
Screenshot: