-
with Nvim-r plugin I used https://github.com/neoclide/coc-r-lsp for lint errors:
Now I almost migrated to LazyVim and R.nvim. Does R.nvim supports linting diagnostics through lintr package? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
No, it doesn't. I don't know about other |
Beta Was this translation helpful? Give feedback.
-
You can try nvim-lspconfig. The internet has many examples of how to use it. I posted my complete Neovim setup some time ago on R-nvim/cmp-r#5 (comment) including |
Beta Was this translation helpful? Give feedback.
-
Better to use |
Beta Was this translation helpful? Give feedback.
No, it doesn't. I don't know about other
R.nvim
developers, but I don't plan to implement linting diagnostics because it's a feature already available through thelanguageserver
.