David Moberg
David Moberg
**Context** In some scenarios we have a bad system set up with loud speakers and sensitive microphones in both ends. 1. On one end it's an open microphone in an...
Hi, I don't have npm nor internet access on my Ubuntu machine so I would prefer an appimage to install. I haven't found any so I guess it might be...
When clangd finds an undeclared identifier which is similar to another identifier that exists, it provides the "undeclared identifier" error and a code action to fix it by "correcting" it...
I'm trying to create a wrapper to get a custom built clang-tidy binary to provide diagnostics. But for some reason it spews out all difference warnings even though I do...
The parser does not recognize escape sequences in strings which makes things like `\n` have the same color as the rest of the string. Other example: tree-sitter-python parser does parse...
What is needed to be able to have write access to a notion page?
### Problem LSP diagnostic signs disappear one second after entering insert mode, only to reappear after leaving insert mode. This leads thel code "jumping" when insert mode is entered due...
Is this glow inside vim supposed to be readable with a light theme? I've tried `kanagawa-lotus` and `tempus_day` both make Glow display terribly. Example: 
There seems to be some problem with modelines when refreshing the file twice, I see errors as below: ``` Error detected while processing modelines[1]..OptionSet Autocommands for "tabstop"..function context#update[87]..context#popup#update_context[10]..43_show[21]..43_open[3]..context#popup#nvim#open: line 3:...
https://github.com/nvim-treesitter/nvim-treesitter-context Shows the context lines with syntax highlighting, would that be feasible with context.vim?