Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Installation

Songli Yu edited this page Jul 16, 2023 · 29 revisions

Windows

  1. Install necessary visual studio clang dependencies by visual studio installer:

    image

  2. Install dependencies via choco:

    choco install powershell-core neovim neovide git python nodejs yarn fzf ripgrep cmake llvm
    
    # Add these paths to $PATH
    C:\Program Files\CMake\bin
    C:\Python311
    C:\Python311\Scripts
    C:\Program Files\PowerShell\7
    
    pip install pynvim flake8 flake8-annotations black sourcery
    

Linux

  1. Firenvim

    chrome://extensions/shortcuts

    image

Clone this wiki locally