We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ccls
This line:
vim-ccls/lua/vim_ccls/init.lua
Line 7 in 93ac5db
Should be changed to:
for _, v in pairs(clients) do
otherwise ccls won't be detected anymore for a given buffer, when starting another LSP server on a different buffer.
My modification has been tested and it always works. Some possible explanations:
ojroques/nvim-hardline#31
https://www.tutorialspoint.com/what-is-the-difference-between-pairs-vs-ipairs-in-lua#:~:text=In%20Lua%2C%20we%20make%20use,stored%20at%20that%20index%20table.
The text was updated successfully, but these errors were encountered:
Fix finding ccls from lua
7665698
Resolves #61
Thank you @pidgeon777 for reporting this!
Sorry, something went wrong.
It's been a pleasure, yours is a good plugin.
I also hope one day this will be taken into consideration:
#62
Successfully merging a pull request may close this issue.
This line:
vim-ccls/lua/vim_ccls/init.lua
Line 7 in 93ac5db
Should be changed to:
otherwise
ccls
won't be detected anymore for a given buffer, when starting another LSP server on a different buffer.My modification has been tested and it always works. Some possible explanations:
ojroques/nvim-hardline#31
https://www.tutorialspoint.com/what-is-the-difference-between-pairs-vs-ipairs-in-lua#:~:text=In%20Lua%2C%20we%20make%20use,stored%20at%20that%20index%20table.
The text was updated successfully, but these errors were encountered: