Jon Heinritz
Jon Heinritz
I'm currently planning to create a lua plugin that automatically regenerates and loads the colorscheme when the config file changes. That's **much** easier when the colorscheme is in one instead...
A small list of missing features / possible improvements to `colorgen-nvim`, collected here to gather other opinions and ideas. - Improvements for the CLI - [ ] **Multi input** Enable...
Since around April last year there have been two PRs to add [base16-vim](https://github.com/tinted-theming/base16-vim) support to lualine. One by @JamyGolden (#1006) and one by me (#1081) in reaction to this issue...
Closes #859
I needed this to properly port [base16-vim](https://github.com/chriskempson/base16-vim) to `colorgen-nvim`. This PR depends on #13 which should be merged first. (Though technically merging this one and closing the other one would...
### Did you check docs and existing issues? - [X] I have read all the lazy.nvim docs - [X] I have updated the plugin to the latest version before submitting...
### Problem Currently you can't check if there are diagnostics that were hidden via `vim.diagnostic.hide()`, which makes it impossible to toggle between diagnostics being hidden/shown. ### Expected behavior I would...
### Describe the feature or problem you’d like to solve I use multiple github accounts with isolated ssh-keys that are configured based on the ssh-host. My ssh config looks something...
This can be used to more or less trivially integrate the errors that `niri validate` returns into your editor. For example I wrote script that converts the json output into...
Basic POC of submap as described in