Skip to content
YeferYV edited this page Feb 25, 2024 · 2 revisions

FAQ:

retronvim doesn't work with scoop install vscode or portable version

  • create a symbolic link ln -s "$HOME/scoop/apps/vscode/current/data/extensions" "$HOME/.vscode"

    since vscode-neovim.neovimInitVimPaths.win32 and whichkey's entries has hardcoded paths.

    recommended way to install vscode:

    winget install vscode (Windows 10/11)

    appman install code (Linux)

keyboard repeat rate doesn't change on wayland

  • xset doesn't supports wayland

math fonts not rendering on linux

  • you need to install otf-latinmodern-math, you can install it with nix-env -iA nixpkgs.lmmath