Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

Honestly, in my personal opinion, this is a really straightforward configuration and neither of the plugins mentioned here should belong in a Neovim distro I believe. It would be best...

Personally not a fan of this Extra and believe users should install it in their personal configuration if they want to. But the maintainer has the final say and will...

I don't believe that's good default. There's already `:h v_P` to achieve this behavior. Not all ppl want this by default. It should belong in user's personal configuration in my...

I'm embarassed to say this, but I forgot what the problem (that I thought it was a problem but maybe wasn't) was at the time. I just added to snacks...

Try ```sh rm -rf ~/.local/share/nvim rm -rf ~/.local/state/nvim rm -rf ~/.cache/nvim ``` and then let Neovim install everything again. See if that solves the issue.

I solved this with the following configuration ```lua { "mg979/vim-visual-multi", event = "LazyFile", init = function() vim.g.VM_theme = "purplegray" vim.g.VM_mouse_mappings = 1 vim.schedule(function() vim.g.VM_maps = { ["I BS"] = "",...

Kindly read the pinned issue and be patient.

You can still keep `sort_lastused=true` and additionally pass `ignore_current_buffer=true` to the Telescope command and it will not start at index 2 of the entries.

@shelldandy Pls keep in mind I'm just a regular user like you. What I said was just a suggestion for you to overcome the problem you described, but in the...

No, I don't use `project.nvim`. I was using the very basics of `Snacks.picker.projects()` (with changing the default `confirm` action and adding a `grep` action also, because I wasn't accustomed for...