William Boman

Results 267 comments of William Boman
trafficstars

(closing as there's nothing actionable here) > Considering there is a somewhat similar issue when it comes to OpenBSD/FreeBSD, how do you feel about adding a "Supported Systems" field under...

Personally I find constructing a commit message using the pre-defined, hard-coded, components to be a bit unwieldy. Constructing a custom commit message through a single template string (`commitMessage`) made it...

So this required some extensive debugging. There seems to be two problems here: 1) I had so far been under the impression that each client configuration table gets "deep copied"...

This can easily be solved by adding a filetype detection instead and not adding a bespoke filetype detection implementation to nvim-lspconfig: ```lua vim.filetype.add { pattern = { [".*"] = {...

> The problem is I need to hook to the internals of lspconfig in order to start the lsp server in single file mode in case of a match, or...

Hello! Ah hm I wasn't aware the `[all]` specifier would install all plugins, I assumed it was for something else. Am I correct in assuming that the `:PylspInstall` command is...

Hey! This is probably happening because the `config` hook for lspconfig executes before Mason. You need to ensure that Mason is set up before lspconfig.

Hey! This is because there's a mapping missing between mason lspconfig. PR is very much welcomed (see for example https://github.com/williamboman/mason-lspconfig.nvim/pull/304), else I'll get around to it soon.

Hello! Sourcekit comes bundled with the Swift toolchain itself. Packaging it as a standalone package in Mason is not in scope. It also relies on output from other tools in...