From 3706dc248bda2197f56ac191a7e764a891d13fa9 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Tue, 23 Jan 2024 14:53:19 -0600 Subject: Added remote nvim setup wiki page --- site/desktop/desktop/index.html | 21 + site/desktop/remote_nvim/index.html | 823 ++++++++++++++++++++++++++++++++++++ site/desktop/syncthing/index.html | 23 +- site/desktop/thunderbird/index.html | 21 + 4 files changed, 887 insertions(+), 1 deletion(-) create mode 100644 site/desktop/remote_nvim/index.html (limited to 'site/desktop') diff --git a/site/desktop/desktop/index.html b/site/desktop/desktop/index.html index 3706b8e..8c71dcc 100644 --- a/site/desktop/desktop/index.html +++ b/site/desktop/desktop/index.html @@ -500,6 +500,27 @@ + + + + + + +
  • + + + + + Remote Nvim + + + + +
  • + + + + diff --git a/site/desktop/remote_nvim/index.html b/site/desktop/remote_nvim/index.html new file mode 100644 index 0000000..5de6864 --- /dev/null +++ b/site/desktop/remote_nvim/index.html @@ -0,0 +1,823 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Remote Nvim - Joshua's Wiki + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + +

    Remote Nvim Plugin Install

    +

    Installing Plugin that calls setup

    +

    This Remote Nvim Plugin is the plugin that we are using for remote development.

    +

    It requires lazy.nvim for install, but we are using vim-plug.

    +

    To address this issue, we need to call setup in our nvim config, such as in this example issue: Reference Github Issue

    +

    Our config will have this for remote-nvim plugin.

    +
    lua <<EOF
    +require("remote-nvim").setup({
    +    transparent_background = true, -- disables setting the background color.
    +})
    +EOF
    +
    + + + + + + + + + + + + + +
    +
    + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/site/desktop/syncthing/index.html b/site/desktop/syncthing/index.html index 8891e1c..719072c 100644 --- a/site/desktop/syncthing/index.html +++ b/site/desktop/syncthing/index.html @@ -14,7 +14,7 @@ - + @@ -446,6 +446,27 @@ + + + + + + +
  • + + + + + Remote Nvim + + + + +
  • + + + + diff --git a/site/desktop/thunderbird/index.html b/site/desktop/thunderbird/index.html index 4f7c4b6..c8ec668 100644 --- a/site/desktop/thunderbird/index.html +++ b/site/desktop/thunderbird/index.html @@ -485,6 +485,27 @@ + + + + + + +
  • + + + + + Remote Nvim + + + + +
  • + + + + -- cgit v1.2.3