Skip to content
SuperBo edited this page Jun 28, 2024 · 12 revisions

πŸ“ Introduction

Welcome to the Fugit2.nvim wiki! This is the details document for Fugit2.

Fugit2 is created as an effort to bring vim-fugitive functionalities to a popup UI with Magit key binding. Unlike other Vim/Neovim git clients, that call external git command, Fugit2 leverages LuaJIT and libgit2 to process git-related tasks inside Neovim and reduces inter-process-communication latency.

πŸ“¦ Install libgit2

πŸ“¦ Install plugin

πŸ”‘ GPG and SSH signing

⌨️ Usage and Keymap

❓ FAQ and Known Issues