AYOUB EL MHAMDI

Results 45 issues of AYOUB EL MHAMDI

https://github.com/folke/noice.nvim/blob/92433164e2f7118d4122c7674c3834d9511722ba/lua/noice/config/views.lua#L73-L86 Is there any way to make the `split view` show me only the new output, without appending to the content of previous commands/messages? I don't like to use and...

```toml [[block]] block = "custom" command = "get_bandwith" interval = 1 ``` ```c // ... unsigned long diff_packet = update_tx_packets(tx_packets) / 1024; char s[5]; snprintf(s, sizeof(s), "%4lu", diff_packet); printf("%4s kb\n",...

fonts/spacing/rendering

When we use [nvim-dap-ui](https://github.com/rcarriga/nvim-dap-ui), the completion is shown but is not accepted when we press any binding key. I also tried manually setting it to letter i by: ```vim inoremap...

for example `tj` place lot of configuration in `after/plugin` folder this way aim the the portability to `configuration`

this excellent repo needs some `gifs` to be perfect

vmd remove the `syntax highlighting` ```bash echo "x = $x" ``` vmd => `````` echo "x = $x" ```````

@bashbunni , could you add some demos and descriptions, of how this tool looks and work?

documentation

Is there any plan to restructure the code to be uniform to use it with Llama2/API like (gpt-3.5-turbo, gpt-4) to use this PDF-to-text in any hardware. https://github.com/Dicklesworthstone/llama2_aided_tesseract/blob/5719a9aede6b0666f6f08d239cac7b1550298b79/tesseract_with_llama2_corrections.py#L180 https://github.com/Dicklesworthstone/llama2_aided_tesseract/blob/5719a9aede6b0666f6f08d239cac7b1550298b79/tesseract_with_llama2_corrections.py#L122 https://github.com/Dicklesworthstone/llama2_aided_tesseract/blob/5719a9aede6b0666f6f08d239cac7b1550298b79/tesseract_with_llama2_corrections.py#L173

Many UIs add a `delete button`, which makes it easy to delete unwanted messages. Adding this button could potentially change the dictionary of messages, but I think it is very...

enhancement