Ahmed El Gabri

Results 14 issues of Ahmed El Gabri

If you check my [dotfiles](https://github.com/ahmedelgabri/dotfiles) I only have 10 issues & 2 PRs. In the gif it's returning stuff from https://github.com/dotfiles/dotfiles.github.com not from my dotfiles repo. Here is the top...

[See twitter thread for context](https://twitter.com/ahmedelgabri/status/1304781050506338304) First, I understand that this is currently a WIP & might not even be released. Because it was created for personal use. But I was...

As far as I understand, `delta` uses `bat` for its syntax highlighting, etc… And `bat` supports having a config file (`bat --config-file /path/to/file` or by setting `BAT_CONFIG_PATH`), I'm interested in...

It will break with the following errors ``` Error detected while processing BufReadPost Autocommands for "*": E5108: Error executing lua ...im/pack/packer/start/filetype.nvim/lua/filetype/init.lua:8: Vim(lua):E5108: Error executing lua ...er/start/nvim-treesitter/lua/nvim-t reesitter/configs.lua:335: bad argument #1...

Hey everyone 👋🏼 , I'm in the middle of evaluating different monorepo tools & I think `bolt` is leading the pack here for my use case. But I wonder what's...

I'm using https://github.com/mhartington/formatter.nvim to format & in some formatters I pass `textwidth` dynamically. ```lua lua = { function() return { exe = "luafmt", args = { "--indent-count", 2, "-l", vim.bo.textwidth,...

help wanted

Currently `RangePlugin` + `altInput` will return a single value in this format ` to ` from a single `` that matches the _from_ picker. While the range will consist of...

I'm facing massive performance issues with a project that I'm working on which contains a lot of files. In this codebase completion is nearly unusable, causes lots of Lua &...

help wanted
important

I can't get this to work it throws an error, `$TM_FILENAME_BASE` by itself works fine ```json { "test": { "prefix": "test", "body": "${TM_FILENAME_BASE/(.*)/${1:/capitalize}/}" } } ``` ```text Error detected while...

feature-request
difficulty:high

## Expected Behaviour Be able to use `neomutt` and it's being responsive ## Actual Behaviour It's slow & unusable, I ran `neomutt -d6` and I see a lot of ```...

type:bug