You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure your terminal uses JetBrains Mono Nerd Font Mono (required for icons; covers both ASCII and CJK). Recommended: set up your terminal first with my dotfiles — https://github.com/specode/dotfiles
Clone the project and create a symlink to /Users/{your user}/.config/nvim/
Open lua/config/lang.lua in nvim config directory to configure development languages
Install lsp-server via :Mason
Install ripgrep for global search: brew install ripgrep
Install tree-sitter CLI for AST compilation support: npm install -g tree-sitter-cli (or via Homebrew: brew install tree-sitter-cli)