diff options
author | Joshua Yun <joshua@joshuayun.com> | 2024-01-23 14:53:19 -0600 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2024-01-23 14:53:19 -0600 |
commit | 3706dc248bda2197f56ac191a7e764a891d13fa9 (patch) | |
tree | 63bfbb7f62be24a9d1b91b17ad5e4779bdff3d0c /site/index.html | |
parent | 3a294b3292e156903dd5d986120d7ad24737919d (diff) | |
download | wiki-3706dc248bda2197f56ac191a7e764a891d13fa9.tar.gz |
Added remote nvim setup wiki page
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html index 5cb0744..bac0727 100644 --- a/site/index.html +++ b/site/index.html @@ -442,6 +442,27 @@ + + + + + + + <li class="md-nav__item"> + <a href="desktop/remote_nvim/" class="md-nav__link"> + + + <span class="md-ellipsis"> + Remote Nvim + </span> + + + </a> + </li> + + + + </ul> </nav> |