completion-nvim icon indicating copy to clipboard operation
completion-nvim copied to clipboard

feat(auto close brace)

Open rafaelsq opened this issue 3 years ago • 0 comments

I use gopls to complete some structs, but when the suggestion is a struct like &model.User{}, it will complete without closing the brace(&model.User{)

Enable auto close brace by

let g:completion_enable_auto_close_brace = 1

rafaelsq avatar Aug 17 '21 14:08 rafaelsq