Andrea Schiavini

Results 29 comments of Andrea Schiavini

Is there any galaxyline theme that automatically adapts to any colorscheme? I've tried using terminal colors, like: ``` local colors = { bg = vim.g.terminal_color_0, fg = vim.g.terminal_color_15, section_bg =...

Proposal: why don't we (or @glepnir) define a format for a default palette, e.g. a base16 one, to be used by ALL galaxyline configs? This would allow much easier theming...

> **edit** : it could also be solved by using the colors defined in the vim colorscheme, as already mentionned in [previous comments](https://github.com/glepnir/galaxyline.nvim/issues/12#issuecomment-795530114) [#12 (comment)](https://github.com/glepnir/galaxyline.nvim/issues/12#issuecomment-795530114) Yeah, that was something I...

Hi @akinsho ! Another interesting feature for pinned buffers would be to have commands to close all unpinned buffers, or modify existing ones to do so. What do you think?

Hi, it was an intentional decision, cause I like comments to "fade out". I'm not a fan of overly intrusive comment highlighting. Would you mind sending a PR with a...

I think having something that works out of the box (without the need to search the project issue tracking, copying mappings and so on) would be much better. `cmd-v` is...

The app is good, it works, it's clean and simple but 4 USD per month is completely off-market. Think about it: Trello gold is 5 bucks per month. Of course...

@shanlalit my two-cents workaround, for the moment, is to resort to ctags to navigate from erb and slim files. You could go as far as remapping your LSP navigation commands...

Same here. I'm using python `3.8.6`, installed via `pyenv` on macOS. I tried reinstalling with `env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.8.6`, but running `./install.sh` fails with the same output: ``` Python...