correct post
This commit is contained in:
parent
3ac0290aed
commit
b4404b9d20
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ Unfortunately, the following programs I've found nearly impossible to dynamicall
|
|||
9. ripgrep: I use the default theme. The ripgrep global configuration file does not support environment variables, exterminating the option to provide a `${THEME}`-based path in the global configuration file.
|
||||
10. zsh: it's impossible to update `$THEME` across all existing shells (simply a limit of posix). However, all affected _programs_ will read the proper `$THEME`--I'm fine compromising here.
|
||||
|
||||
### UPD: fzf, ripgrep, and shell improvements <span class="date">30/11/2025</span>
|
||||
### UPD: fzf, ripgrep, fzf-lua, and shell improvements <span class="date">30/11/2025</span>
|
||||
|
||||
After some _extreme_ amounts of finagling I'm now able to automatically update fzf and ripgrep themes both in the shell (after re-rendering the prompt\*) and in new fzf-lua instances. I consider this a 99% win.
|
||||
|
||||
|
|
@ -128,7 +128,7 @@ Neovim instances can be found by just listing `/tmp/nvim-*.sock`.
|
|||
|
||||
I confess that this solution is not perfect. For example, existing pickers cannot have their theme dynamically re-loaded ([I'm looking into this](https://github.com/ibhagwan/fzf-lua/discussions/2448)) as `FzFLua resume` cannot build theme context. I'm close enough (for now! >:)).
|
||||
|
||||
### upd: neovim, tmux improvements <span class="date">2/23/2025</date>
|
||||
### upd: neovim, tmux improvements <span class="date">2/23/2025</span>
|
||||
|
||||
Apparently, neovim [already supports auto-switching the `vim.o.background`](https://github.com/neovim/neovim/commit/d460928263d0ff53283f301dfcb85f5b6e17d2ac) as of November, 26, 2024. So, technically, auto-theme.nvim is defunct. Welp, who cares... it was fun to make! I use the following config to auto-toggle the theme when the aforementioned option is set:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue