Melker Ulander
Melker Ulander
@clason I was trying to print debug my LSP config by printing large Lua tables like `vim.lsp.get_clients()` and similar, which quite easilly exceed 200 lines.
@clason > wouldn't you rather :put it in a buffer With [noice.nvim](https://github.com/folke/noice.nvim) I already get `:messages` in a buffer, but with less effort. > The long-term goal is to stop...
What's a good number? 1,000 seems too low in my opinion because with three language servers attached (`zk`, `null-ls` and `ltex`) the output of `:=vim.lsp.get_clients()` is 1,120 lines long for...
Nope, I'm still having the same issue