completion-nvim
completion-nvim copied to clipboard
feat(auto close brace)
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