Open andreicorpo opened 3 years ago
what autocmd are you using to setup completion? do you have something like the following
au BufEnter * lua require'completion'.on_attach()
or do you have it per filetype? or in an on_attach(client,bufnr)
funtion?
Hello, I just can't figure out how to setup this plugin for javascript and react.
This is my config:
Buffers and snippet support is working, but LSP doesn't seem to work for javascript/react. Although it is working for lua.
I am using to autocommand to setup completion.