Alex Ray

Results 6 comments of Alex Ray

@pboers1988 You are correct that `Any` was not the actual type (it was supposed to be `dict[str, ...]` I think). For sure not using `Any` is the solution, but since...

Wouldn't mind trying to help with this/submit a PR, but I am not sure where to start looking/how to debug

Hmmm I'm wondering if I missed a setting or something? I'm using lazyvim Here's some version info: From `:Lazy`, re: the installed version of outline.nvim ```text outline.nvim 9.46ms cs dir...

I have `2024-08-12` installed via Mason (just updated to make sure). I looked through all the nvim config/lua files, I don't believe I've customized the config for `outline` at all......

Yep, you were right, was easier to go in and make quick changes to the plugin directory. This is what appears for the simple `SomeStruct` example I shared above Error...

Yep, that did it. I added this to one of the `.lua` files in lazy's plugin config dir (`~/.config/nvim/lua/plugins/coding.lua`): ```lua -- ... { "hedyhli/outline.nvim", opts = { symbols = {...