project.nvim icon indicating copy to clipboard operation
project.nvim copied to clipboard

null-ls dignostics are not working

Open theSafdarAwan opened this issue 4 years ago • 1 comments

i am using null-ls for formatting and linting i have used the telescope community plugin for the projects it had problems with detecting and right configuration for lsp so i tried this plugin it works great but it has only one problem it does not attaches the null-ls dignostics to the buffer image and this is my config file https://github.com/imSafdarAwan/Dnvim/blob/a26ffa81fcff12d8a7388c84ade8d9abcd57e6f6/nvim/.config/nvim/lua/plugins/init.lua#L48

theSafdarAwan avatar Nov 01 '21 08:11 theSafdarAwan

it does not attaches the null-ls dignostics to the buffer

Hum, I don't think that's a problem with project.nvim though? The only thing project.nvim does is cd into the root of the active lsp servers.

ahmedkhalf avatar Nov 05 '21 16:11 ahmedkhalf

@ahmedkhalf is right. This is not the responsibility of project.nvim. It does not deal with setting up language servers for projects. That is the responsibility of the LSP frontend you are using (null-ls for your case). I think we can close this issue.

pspiagicw avatar Aug 30 '22 08:08 pspiagicw