Zachary Churchill

Results 127 comments of Zachary Churchill

that seems right to me, what's broken about it?

https://github.com/goolord/alpha-nvim/issues/135#issuecomment-1207107021 it worked for this user, maybe what's wrong with your config is that the lua needs to be called after `call plug#end()`

what other plugins do you have installed? can you run `let @+ = ('au VimEnter')` and paste the output here

if you run that command in vim it will put the output of `au VimEnter` into your clipboard. otherwise you could just run `au VimEnter` and screenshot it

i can see a few problems with your config @Twiggeh https://github.com/Twiggeh/nvim-cfg/blob/master/lua/user/alpha.lua#L43 this line definitely shouldn't be there for starters. also, it may help to load your config like this ```...

https://github.com/goolord/nvim/blob/main/lua/plugins/init.lua#L94-L98 https://github.com/goolord/nvim/blob/main/lua/plugins/alpha.lua here's my personal config for reference

this doesn't happen for me but i suspect *maybe* it's because i have https://github.com/goolord/nvim/blob/main/lua/plugins/nvim-tree.lua#L46 ` update_focused_file = { enable = true },`

anyway, this is either an issue with nvimTree or with your specific configuration, i've done about all i can on alpha's side to integrate it with other plugins ¯\\\_(ツ)\_/¯ it's...

UI code lives here in this PR https://github.com/goolord/gamma-ui-nvim

nice, there is basically no performance penalty to using this now