diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c6ff8e..a4204974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - basics: configure neotree to show hidden files and directories - install: add MacOSX homebrew section - install: neovide install and configuration, Linux & MacOSX +- install: terminal tools and fonts page - source-control: add nvimdiff configuration and use for Git diff views - install: neovim GitHub release install on MacOSX - basics: neovim registers guide diff --git a/docs/install/index.md b/docs/install/index.md index 8271e415..2b7a8dca 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -2,10 +2,9 @@ Practicalli Neovim provides a feature rich configuration for Neovim and all the tools required for effective Clojure development (and other Lisp dialects too). -- [:fontawesome-solid-book-open: Kitty Terminal](https://practical.li/engineering-playbook/command-line/kitty-terminal/){target=_blank} +- [:fontawesome-solid-book-open: Terminal, Fonts and Tools](terminal-tools.md) - [:fontawesome-solid-book-open: Clojure tooling and Java SDK](https://practical.li/clojure/install/) (Practicalli Clojure) - [:fontawesome-solid-book-open: Neovim 0.10.x](neovim.md) and supporting CLI tools, with [:fontawesome-solid-book-open: Practicalli Astro](neovim/#practicalli-astro-config) configuration -- [:globe_with_meridians: NerdFonts](https://www.nerdfonts.com/){target=_blank} icon support in themes and status line - Optional: [:fontawesome-solid-book-open: Neovide](neovide.md) GUI for Neovim !!! INFO "Neovim 0.10.0 latest stable release" diff --git a/docs/install/tools-fonts.md b/docs/install/terminal.md similarity index 89% rename from docs/install/tools-fonts.md rename to docs/install/terminal.md index 40b48171..96dad179 100644 --- a/docs/install/tools-fonts.md +++ b/docs/install/terminal.md @@ -1,4 +1,4 @@ -# Recommended Tools and Fonts +# Terminal Tools and Fonts Neovim is a terminal based application so use of a quality terminal is recommended, e.g. Kitty Terminal (or iTerm2 if only on MacOSX) @@ -7,9 +7,9 @@ External Command line tools support search and other system information based fe Nodejs supports Language Server protocol servers, format and lint tools installed by Mason. -## "Kitty Terminal with Nerd Fonts" +## Kitty Terminal with Nerd Fonts -Neovim runs in a terminal, so using Kitty (or iTerm2 - MacOSX only) are good options. Nerd fonts provides additional symbols on top of the terminal font, providing a richer experience. +Neovim runs in a terminal, so using Kitty (or iTerm2 - MacOSX only) are recommended. Kitty provides Nerd fonts for additional symbols on top of the terminal font, providing a richer experience. [:globe_with_meridians: Kitty Terminal - Practicalli Engineering Playbook](https://practical.li/engineering-playbook/command-line/kitty-terminal/) provides examples of using Nerd Fonts or Nerd Font symbols with the Kitty terminal. diff --git a/mkdocs.yml b/mkdocs.yml index 0ad02220..be2dc6ba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -134,6 +134,7 @@ nav: - Contributing: introduction/contributing.md - Install: - Overview: install/index.md + - Terminal: install/terminal.md - Neovim: install/neovim.md - Multiple Configs: install/multiple-configurations.md - Neovide: install/neovide.md