Deleted user
Deleted user
Works with Amethyst aswell. TYVM @drselump14 never thought that this would work on MacOS.
 Still working in progress and maybe I will change but I will post because I like it. I tried to find a way to show loading time like doom...
> Hey @btwiusegentoo neovim does not intend to add time calculations at startup. So this is impossible. I have communicated with them. Unless you call the ·startuptime· command asynchronously to...
> cool, how do you guys generate the dashbaord picture? I personally don't have any knowledge about design so I use this site to convert from picture. https://asciiart.club/
FWIW, I think sixel will be the future for terminal image display and there are plugin that uses it. https://github.com/mattn/vim-nyancat but I don't know other plugins that display image. the...
Just FWIW, about escape sequence. I don't think it's actually usable. but if someone want to give a try   I was messing my init.vim today and I found...
Thanks! my 1st picture was rough because I have line height set in alacritty. 2nd is default xterm. still have frame loss but... I think it is acceptable for logo...
Ok, I found a way that works fine for me. ``` " show image in dashboard autocmd user DashboardReady call DashboardImage() | autocmd BufLeave call CloseDashboardImage() function! CloseDashboardImage() "let bufnr...
> @btwiusegentoo can you tell me what you did to get ueberzug working? Thanks Hi! First, I had a script to launch ueberzug that home.nix above generates. I don't have...
I think it may have to do with your colorscheme taking over the output colors. I don't know though I might be wrong