Lsp
Auto formatting extensionless Bash scripts in Neovim
Here's what I did to make the combination of the Bash language server and shfmt work with Editorconfig settings for Bash script files that don't have extensions. TL;DR The Bash language server is easy...
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...