Closed xyecoding closed 2 years ago
Should be problem of your language server, checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel
Should be problem of your language server, checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel
Thank you!! It is a problem of my language server.
Result from CocInfo
Describe the bug
I am using a neovim on wsl ubuntu 20.04. I installed digestif using
sudo luarocks install digestif
. digestif is in my search PATH. I can't use it to autocomplete the items in my bib file when i typed\cite{}
. However, it worked correctly when i use coc-texlab without any setting just installing it. What is wrong with digestif. Do i miss some settings?Reproduce the bug
my coc-setting.json
Start (neo)vim with command:
vim -u mini.vim
Operate vim.
Screenshots (optional)
If applicable, add screenshots to help explain your problem.