Terminal Tools and Fontsλ︎
Neovim is a terminal based application and Kitty Terminal is highly recommended.
File system search and other system information based features presented in AstroNvim relies on external command line tools.
Language Server Protocol servers, format and lint tools managed by Mason often require Nodejs to install & run.
Kitty Terminalλ︎
Kitty Terminal provides multiple shell tabs, Nerd fonts, web icons and graphics support too, so is an excellent choice for running Neovim. Kitty is available on all good operating systems.
Kitty Terminal - Practicalli Engineering Playbook
Command line toolsλ︎
- ripgrep fast text search tool
- fzf fuzzy finder
- gdu disk usage analyzer
- bottom (btm) graphical process/system monitor for the terminal
Install btm from its GitHub repository release page
Nodejsλ︎
AstroNvim uses Mason to install LSP servers, format and lint tools. Many LSP servers require node.js to install and function.