prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.13k stars 305 forks source link

Auto completes Go's bytes.Buffer as class, but Go doesn't have classes #1507

Open rvrosm opened 12 months ago

rvrosm commented 12 months ago

It auto completes Go's bytes.Buffer as a class, but Go doesn't have classes.

I think it should be struct.

foo