Dennis Rausch
Dennis Rausch
I have the same problem with nvim-tree.lua when setting the option `open_on_setup = true`. If I leave and reenter the Alpha window, it redraws and centers correctly.
This plugin isn’t needed to show tab indents, use ‘set listchars’.
Is this dead in the water or still being pursued? This is the sole blocker keeping me on lazygit.
Just dropping this here as an FYI. https://github.com/dandavison/delta/pull/1013 https://github.com/dandavison/delta/pull/1017 If I feel ambitious and want to learn some rust, I may put in some work.
It should be easy enough to back port from the fork. Open a PR?
I’d be happy to take this on if someone could give me some guidance. I’m sure the Java syntax handles this problem, I just don’t know where to look.
I found a workaround for this. Remove the quotes from all of the keys and use = instead of :
I have a fairly basic nvim-tree config and I don't have this issue. ```lua use { 'kyazdani42/nvim-tree.lua', requires = 'kyazdani42/nvim-web-devicons', ft = 'alpha', config = function() local tree_cb = require('nvim-tree.config').nvim_tree_callback...
That’s interesting; the java plugin works just fine.
I concur. This violates the XDG specification. State should live in `$XDG_DATA_HOME/k9s/state.yml`. I share my dot files (via git) between my personal machine and my work machine and I don't...