gwyn
gwyn
> A simple search in the help file -- :help nvim-tree and searching for 'create' gave me the keymaps. @aniketgm I think the bigger issue is that an IDE shouldn't...
I definitely agree replicating the entirety of the documentation wouldn't make sense, I'm simply stating that, as is, the experience of using the file explorer for anything more than basic...
@aniketgm I don't want to turn this into a protracted discussion, but my original point, which I think you're misunderstanding, is that a new user probably doesn't know that they...
Came here confused about this
Currently the process for finding the documentation for how to use telescope or nvim-tree, two essential parts of LunarVim's UI, goes a bit like this: Getting Started -> Installation ->...
Apologies for the late reply. I personally think the "Getting Started" section makes it much more accessible than the current README. Perhaps a compromise could be reached, with that section...
I suspect this could be an issue with inccommand's implementation more broadly, but I'm not entirely sure how to test that. Let me know if you need more logs
> `inccommand` is `nosplit` by default, check `:h inccommand`. I can't reproduce your issue. You're right, I just assumed it was off by default. Updated title, seems to be specifically...
@fannheyward have you been able to replicate this? I tested it in another machine but I'm still wondering if it might have something to do with my configuration.
Hi, the example doesn't really apply. I'm not trying to replace bar with `c`, `c` in this case is the confirm flag for the substitute command, not the replacement string....