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/remote_nvim/index.html | 823 ++++++++++++++++++++++++++++++++++++ 1 file changed, 823 insertions(+) create mode 100644 site/desktop/remote_nvim/index.html (limited to 'site/desktop/remote_nvim/index.html') 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 -- cgit v1.2.3