Harry Cho

Results 2 comments of Harry Cho

I'd like to also know if there's an easier path I was using `JSONExtract(json[, indices_or_keys…], Return_type)` to convert to `Map(String, String)` but looks like it's unsupported `JSONExtract(raw, 'data', 'Map(String, String)')...

AFAIK `mason-lspconfig` [setting's](https://github.com/mason-org/mason-lspconfig.nvim?tab=readme-ov-file#default-configuration) `handler` is a no-op. ([PR](https://github.com/mason-org/mason-lspconfig.nvim/commit/80f2cd7734ff21da4cf1489c9695e440cdcd139f)) LSP settings are moved to `after/lsp/.lua` ([credit](https://zenn.dev/vim_jp/articles/migrate-nvim-lspconfig-v0_11); in JP) [lsp-config doc](https://neovim.io/doc/user/lsp.html#lsp-config) also explains the config is merged with the default. > Note:...