Lucy Crockett
Lucy Crockett
My version of galaxyline, including modified colorschemes to properly match with solarized (dark+light) and gruvbox (dark+light). I'm not always using galaxyline providers as some did not provide the desired on-demand...
> @lcrockett looks nice, but to be honest I have no idea how to use this? @lanox see below 1. ensure you'll have the plugin tjdevries/astronauta.nvim loaded and the other...
Don't mind my example above, that was just a personal workaround for illustrative purposes. I agree asynchronous invocation and / or caching is more UX friendly as derived from the...
I can second this as it would solve my issue using [evalcache](https://github.com/mroth/evalcache) in conjunction with `fnm`.
Tested -> this works great, excellent. In addition to this change, would it also be possible to allow enabling / disabling signs to be buffer bound ?
I personally use lots of splits within Neovim and additionally move to other adjacent TMUX panes. When doing so, I currently use autocommands (`WinEnter`, `WinLeave`, `WinNew`, `BufEnter`, etc..) to hide...
Cheers ! Let me know if you need more information or a test of the fix once available.
@akinsho Cheers on the understandable feedback. Trying to focus back on an unfocused but previously opened and currently open toggle term is indeed what i'm after.
I realized this can be achieved with the `on_open` and `on_close` directives and some boilerplating surrounding it. For future reference, see below for configuration details. ```lua vim.g.self_plugin_toggleterm_horizontal_one_window_number = 0 vim.g.self_plugin_toggleterm_horizontal_two_window_number...
Cheers on the response. Any idea if you'll implement this in the near future or is that to be decided yet ?