Skip to content

Commit

Permalink
add link to neovim scripts to installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Nov 2, 2023
1 parent 2290ab9 commit 718d756
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/src/other.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ pub fn Install() -> impl IntoView {
<p>"The Uiua glyphs were chosen to be compatible specifically with "<a href="https://dejavu-fonts.github.io/Download.html">"DejaVu Sans Mono"</a>". It is recommended that you install this font to get the best experience with Uiua."</p>

<h2>"Editor Support"</h2>
<p>"A "<a href="https://marketplace.visualstudio.com/items?itemName=uiua-lang.uiua-vscode">"Uiua language extension for VSCode"</a>" is available."</p>
<p>"It requires Uiua to be installed and in your "<code>"PATH"</code>"."</p>
<p>"An official "<a href="https://marketplace.visualstudio.com/items?itemName=uiua-lang.uiua-vscode">"Uiua language extension for VSCode"</a>" is available."</p>
<p>"For Neovim, Apeiros-46B maintains "<a href="https://github.com/Apeiros-46B/nvim/blob/main/after/ftplugin/uiua.lua">"syntax"</a>" and "<a href="https://github.com/Apeiros-46B/nvim/blob/main/after/ftplugin/uiua.lua">"LSP"</a>" scripts."</p>
<p>"These require Uiua to be installed and in your "<code>"PATH"</code>"."</p>
}
}

Expand Down

0 comments on commit 718d756

Please sign in to comment.