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
Hi, How can i use code actions with out null-ls? I use cmp and nvim-lint for compilation and linting.
null-ls
cmp
nvim-lint
The text was updated successfully, but these errors were encountered:
Sorry, that's not supported.
Sorry, something went wrong.
Does that mean there is no way I can even use the diagnostics feature without using null-ls?
diagnostics
Diagnostics should work without null-ls, but code actions require null-ls.
No its not working. I use lazy.nvim and use this code for install and setup:
lazy.nvim
return { "poljar/typos.nvim", config = function() require('typos').setup() end, }
No branches or pull requests
Hi, How can i use code actions with out
null-ls
?I use
cmp
andnvim-lint
for compilation and linting.The text was updated successfully, but these errors were encountered: