Iron-E

Results 124 comments of Iron-E

Maybe there could be a provider for those plugins (`barbar.nvim`/`nvim-bufferline`/ `vim-crystalline`) and then anyone can customize the tabline by including plugins as a component of a `galaxyline` section. * [`vim-crystalline`](https://github.com/rbong/vim-crystalline)...

I'd like this too! It'd be easier than searching dotfiles for ideas 😁

#12 seems like a good fit. Like you said in the OP of that issue, links to the source of each submission are needed (if we want to cover the...

What about a completely separate `contrib` repository? Separate providers by folder, license it so that anyone can either grab code from the repo or install it as a plugin. That...

It is happening to me too. Here is an example of with this plugin: ![With Shade.nvim](https://user-images.githubusercontent.com/36409591/124367793-58b52080-dc28-11eb-87c0-58a782685d44.png) Without: ![Without Shade.nvim](https://user-images.githubusercontent.com/36409591/124367802-75515880-dc28-11eb-9a47-657df3462e86.png) Every single underline is red with it enabled. Very strange…

The same thing is happening for me on Markdown and HTML filetypes. > Do you have JoosepAlviste/nvim-ts-context-commentstring installed? The following lines in that plugin's instruction will mess up with prefer_single_line_comments...

I recently had to implement `Serialize` / `Deserialize` for a struct which contained `Money`, a struct that doesn't have these traits implemented. What I did was create a struct with...

I linked several individual issues here for easier tracking. I might attempt to dig into the file and perform individual fixes, although I have some other PRs to attend to...

Unfortunately it seems that ligatures are [kind of a non-goal](https://gitlab.gnome.org/GNOME/vte/-/issues/192) for VTE at the moment. Doing more research also suggests that QTerminal is on [the short list](https://github.com/tonsky/FiraCode#terminal-compatibility-list) of Linux terminals...