ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.84k stars 455 forks source link

Offline pkg installer for ubuntu? #1063

Closed Muz1379 closed 8 months ago

Muz1379 commented 8 months ago

Feature description

工作环境需要在ubuntu命令行下写代码,但是没有网络。

Additional information

No response

CharlesChiuGit commented 8 months ago

i think u can and should pack up yourself.

ayamir commented 8 months ago

We won't provide any portable installer for nvimdots because it's just an organization of config files about plugins and their configs and requires many system-wide dependencies to work. You can do it by yourself according to following steps.

  1. Download the require dependencies like deb or executable binaries matching your Ubuntu version first.
  2. Create archives of ~/.local/share/nvim and ~/.config/nvim and upload them to your Ubuntu machine.
  3. Decompress them to the corresponding directory.
ayamir commented 8 months ago

More info may helps: https://www.reddit.com/r/neovim/comments/lncqxl/remote_neovim_like_vscode/ https://github.com/jbyuki/instant.nvim