[Mini.Extras] Document symbols now opens in location list #1513
-
Contributing guidelines
Module(s)mini.extra QuestionHello. I updated my plugs today. It appears that I bisected with my dotfiles and I did not find a change in my own configuration that caused this. Still possible, but wanted to drop a note here to see if anyone else is experiencing this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! That's not a 'mini.extra' issue per se, but the fact that you also updated to the latest Nightly. The neovim/neovim#32070 made |
Beta Was this translation helpful? Give feedback.
Hi!
That's not a 'mini.extra' issue per se, but the fact that you also updated to the latest Nightly. The neovim/neovim#32070 made
vim.lsp.buf.document_symbol
ignoreon_list
ifloclist = false
is not set explicitly. The neovim/neovim#32177 should fix it upstream.