Iordanis Petkakis
Iordanis Petkakis
You know you can just copy paste the whole Extra that you want into `~/.config/nvim/lua/plugins/extras` and just change the parts that you want, like install paths for debuggers and what...
Wouldn't it be better to expose a field `commit` to the user and he can use that to specify the commit he wants? Commits don't seem to have anything to...
Thanks for catching that. Should not have concatenated the rest of the parts into a single string. Didn't think about how highlighting would show.
LazyVim doesn't set any `TextChanged` autocmds. This autocmd comes from Neovim core. `_session` seems to be an internal table in `vim.snippet`, which keeps track if you're inside a snippet session...
Duplicate #1228
Doubt it based on maintainer's last reply regarding this. In the end, it's the user's responsibility in my personal opinion to not make spelling mistakes. When maintainer is back from...
Presumably you're using the `keymap.preset = "enter"` if I'm guessing right. You should change the mapping of `vim-visual-multi` to something else. Something like the following ```lua { "mg979/vim-visual-multi", init =...
See comment [here](https://github.com/folke/snacks.nvim/pull/1734#issuecomment-2871090135)
I agree about the check for root existing in path, but not with the condition about `opts.relative = "root"`. Without it, it always shows the first part in the `root`...
Probably similar to #1751. Seems like there's no way to ensure the order of the `init` functions.