Filtering Neovim Diagnostics Nov 5, 2022

In this short tutorial I will show you how to have get fine-graied control over the level of noisiness of vim.diagnostics messages using your own defined lua functions. This will also showcase how easy it is to leverage neovim’s lua api to extend or modify the default behavior without modifying the parameteres of any instlled plugins.