Iordanis Petkakis
Iordanis Petkakis
Any progress on this? Does the suggested PR solve the problem? It's really annoying that it changes the global `cwd` and not just the buffer `cwd` or tab `cwd` if...
There's a workaround for this. See my [comment here](https://github.com/LazyVim/LazyVim/discussions/2887#discussioncomment-8962181), which also mentions one issue at `which-key` repo from which I initially saw the idea from another user. This way you...
I've switched `nvim-treesitter` to ```lua event = function() return { "BufReadPost", "BufNewFile" } end, ``` in my personal config to overcome this problem. I believe Treesitter is one of the...
If the part about `vim.filetype.add` gets moved before the start of the `return`'ed specs (just after the `have` local function), it will still work without having to change the `event`...
Still getting an empty symbol preview even with the config in @AniAggarwal last post with the changes from the PR mentioned there. Using latest versions of both `symbols-outline` and `nvim-treesitter`....
Still getting an empty current symbol preview. It shows only the top-most elements. Are you able to get a preview for symbols except for the top-most level? Do you use...
@enddeadroyal Thank you for the fix. It works as supposed. Would you be willing to make a PR, so it can get merged upstream hopefully?
Thank you so much for your response and maybe while you're looking at the aforementioned issue, you could also look into animes that have 2 cours (i.e Mushoku Tensei and...
Wouldn't it be better to have them all under the same group? So, if we wanted to disable them we just disable a single group instead of every group for...
Oh, i just re-read your issue and you're interested in individual autocmds. Your solution makes more sense when you consider this. Sorry for that.