Results 16 comments of Gero Hillebrandt

You are absolutely right, the shell was pointing to bash. After removing it, `:call minpac#update()` now throws the following error: ![Screenshot 2020-11-04 172419](https://user-images.githubusercontent.com/35503959/98137885-c9057980-1ec2-11eb-9382-3ebdf49a25ee.png) But after continuing with Return, the packages...

It is unfortunately just what you see in the screenshot: ``` Error detected while processing function 15_HL: line 43: E421: Color name or number not recognized: ctermbg= gui=NONE cterm=NONE E421:...

> Actually, if you have bracketed paste in Vim, you should disable it in Vim > It's enabled/disabled with ansi posted from there: `\e[?2004h` and `\e[?2004l`. > ConEmu just reacts...

An `:echo &term` yields xterm-256color. At this point, I suspect a vim plugin is responsible and I will take a deeper look to find it. But if that is the...

Hey, this looks cool, and I'm inclined to merge it with some minor changes. Are you OK with implementing some suggestions, I make, and we merge it then?

Great! I would like to synchronize the looks with the `shorten` option of [telescope](https://github.com/nvim-telescope/telescope.nvim/blob/c92f86386f8446e4deaa79941baabaf825683be9/lua/telescope/config.lua#L302). Here are pics for comparison: ![telescope](https://user-images.githubusercontent.com/35503959/191467584-0bca375c-4449-41c7-8f76-434e537f6402.png) ![cybu](https://user-images.githubusercontent.com/35503959/191467606-23e31ae6-134f-4c96-af8a-65ccf670571e.png) Notable differences, telescope (upper image) only uses the relative...

Yes, I will do it soon. Regarding 1: It is probably a minor misunderstanding, what I meant, was to keep the current `style = {path = "relative", -- absolute, relative,...

`path_abbrevation = 'shorten'/'none'` sounds good to me (in case there will be another abbreviation scheme in the future, this will prevent breaking changes)

> It'd be lovely if you could try that PR locally because I'm not in a position right now to try it on linux, but I believe it should work...

Hi and thank you for the issue. Per default, `"kyazdani42/nvim-web-devicons"` are enabled: ```lua require("cybu").setup({ style = { devicons = { enabled = true, -- enable or disable web dev icons...