Lsp
Excluding specific diagnostics in Neovim
Here's what I did to be able to filter out certain diagnostic messages in Neovim. Note: I'm still learning (a) Lua, (b) the API surface of Neovim and (c) how the different core components interact and...
A modern and clean Neovim setup for CAP Node.js - configuration and diagnostics
In this post I describe my re-worked basic setup for working with CAP Node.js in Neovim, focusing on the configuration and digging into the LSP based diagnostic facilities. Introduction The advent of...