Iordanis Petkakis
Iordanis Petkakis
Do you by any chance have `` mapped to anything else?
Strange I didn't need to add these keymaps to my configuration. It just worked out of the box. Anyway, glad you solved this.
Oh you said in your first post that you only do `` for autocompletion. You should do ``. First `Ctrl-x` and then `Ctrl-o`.
Does the PR that was made actually work? I tried `always_show_by_pattern = { ".git*" }` and it doesn't always show the directories `.git`, `.github` and the file `.gitignore` by default....
Yes, I had `branch = "v3.x"`. Removed that and was able to update to latest HEAD. Thanks for the heads up. Now it works as it should :smile:
But that is not default Lazyvim behavior. Only if the user has explicitly set `lazy = true` in his config. That means he also has to explicitly set the `lazy`...
Sure it definitely doesn't hurt to explicitly set it to `lazy = false` in that case.
I don't know if this works for you. But for me it didn't show any icon on lualine. This is what worked for me ```lua { "nvim-lualine/lualine.nvim", optional = true,...
`optional = true` will only work for neotest and dap but not toggleterm, because toggleterm is listed as a dependency of overseer. See also [this issue on lazy.nvim repo](https://github.com/folke/lazy.nvim/issues/1402). I...