Benoit de Chezelles
Benoit de Chezelles
Here the log at line 10 is being viewed on the right, but I moved the cursor => It's easy to loose where we where.. 
**Is your feature request related to a problem? Please describe.** I'd like a search functions that build derivations, like the functions that return derivation for python, rust, vim-plugins, ... (the...
Hello! I need to enable a proxy to contact the global internet, using the variables `http_proxy` `https_proxy` & `no_proxy` (they are described in https://curl.se/docs/manual.html#environment-variables and usually used in other programs...
Hello, I'd like to know if there's a way to access my files from within Nix-on-Droid. I've tried to cd to /sdcard or /storage/emulated/0 but I can't do anything in...
When doing diffs of files, (Neo)vim has the behavior of showing the added/deleted lines compared to the other file, BUT in git/github' side-by-side view will instead only show deleted lines...
In config for `nvim-surround` I made surrounds to easily add/change/delete Lua's `[[` & `]]` delimiters using `` (with space(s)) and `` (without space). When I did these I'm pretty sure...
When opening multiple files from command line, only a few files gets highlighted, the first + some others (at random?). Maybe linked to: - https://github.com/neovim/neovim/issues/4684 - https://github.com/neovim/neovim/issues/7367
Sometimes it closes the completion popup, so I have to press `` twice to make a newline :confused: (unpredictable!)
#### Brainstorm ```sh git grep TODO main | sed 's/^[^:]\+://' > main_todos git grep TODO HEAD | sed 's/^[^:]\+://' > head_todoes combine head_todoes xor main_todos ``` That looks like it...
Repro: ```console $ mkdir -vp proj_parent/proj $ cd proj_parent/proj $ venv # init venv! $ cd ../.. $ rm -r proj_parent ``` 👉 Prompt broken & every prompt redraw gives...