Λlisue

Results 427 comments of Λlisue

Oops, closed by mistake

So what is the proper way to build recipes which depends on other recipes? Your linked app seems a bit overkill for simple building.

maybe ryanoasis/vim-devicons changed variable name? need to investigate

No. It should exist https://github.com/ryanoasis/vim-devicons/blob/a2258658661e42dd4cdba4958805dbad1fe29ef4/plugin/webdevicons.vim#L344-L346

@ubaldot I'm not sure but the variable should be defined if ryanoasis/vim-devicons is properly initialized. Are you sure that glyph-palette.vim is loaded AFTER ryanoasis/vim-devicons initialization?

Sorry for late reply. I think I've cleaned up notifications by mistake. Well, unfortunately it's kind designed limitation. The plugin uses `badge` feature of fern itself and the location of...

I understand the current limitation but it's for simplicity. Sorry for that.

It's WIP so may not work but open fern with `:Fern ssh://{user}@{host}:{port}/{path}` works. Note that you cannot use password authentication for that (while fern does not have interface to get...

Yes. At least when I made this.

> Why the URL is ssh:// not scp://? Because scp is for copy. > However, Fern ssh://[email protected]:8022/sdcard/Download only open an empty buffer. Is it a bug? Not suer. This one...