First Post
Just setup LunarVIM, Neovide and Franklin.
They all work out of box, save me so much time.
LunarVIM
Follow the installation guide, I install the Nightly version.
I run LunarVIM in a remote machine, so I start it with --listen 0.0.0.0:<port>
Neovide
Simply download the prebuilt binary from github.
Connect to remote LunarVIM with neovide --remote-tcp <host>:<port>
.
I just add one config to ~/.config/lvim/config.lua
:
vim.g.neovide_scale_factor = 1.5
But clipboard and input method doesn't work :(
Franklin
Again, follow the official docs.
I also copy the util function hfun_posts
from tlienart.github.io.