Anton Kastritskii
Anton Kastritskii
Hi. I theory this is possible though I'd say that falls outside of the scope of this plugin. The plugin aims to add functionality of most common to non vim...
> how we can provide a "hook" that users can override. probably as a callback Interesting idea, I have not considered a callback. My initial idea was to have an...
After giving this some thought I am not clear on the best path to proceed here. We have 3 mentioned paths forward 1. **Format callback `vim.diagnostic.status(..., fmt: fun())`**: This would...
This depends on whether we want to have workplace diagnostics on by default or behind an option. I am not aware of other editors or IDEs that have it on...
> another question that status() seems no way to filter enabled diagnostics. Do you mean filtering them based on severity or which server the diagnostic from? I think you can...
lazy calls `require('telescope.builtin').x` before telescope is loaded and require call cannot find `telescope` in your runtime path. You can either pass a function to each mapping like ```lua { 'tf',...
I think this is better suited in the docs to make lua_ls more suitable for neovim configuration. This should not be in the default settings as not every lua project...
Please ignore my comment. For some reason I thought it was injecting runtime path, which is clearly not the case