Back up any existing Neovim config before installing.
- Neovim 0.12+ (CodeArt refuses to load on older versions)
tree-sitter-cli≥ 0.26.1 onPATH(OS package manager / cargo — not the npm package)- Git, a C compiler, make, ripgrep, fd (installers try to provide these)
- A Nerd Font in the terminal (JetBrains Mono is installed by default)
git clone https://github.com/artart222/CodeArt ~/.config/nvim
chmod +x ~/.config/nvim/installer/linux-mac.sh
exec ~/.config/nvim/installer/linux-mac.shStock Debian neovim is often too old for 0.12. The installer prints a red notice and skips installing Neovim. Install Neovim 0.12+ yourself (testing/backports, AppImage, or GitHub releases), then continue.
Open PowerShell as administrator:
git clone https://github.com/artart222/CodeArt $HOME\AppData\Local\nvim
powershell.exe -executionpolicy bypass -file $HOME\AppData\Local\nvim\installer\windows.ps1- Open Neovim
- Run
:Lazy sync - Restart Neovim
- Install language tools as needed — see LSP and Treesitter
If icons look wrong, set your terminal font to a Nerd Font (e.g. JetBrains Mono Nerd Font).