Skip to content

ardaanyazli/lg-float.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazygit-float.nvim

A minimal Neovim plugin to open Lazygit in a floating terminal window.


✨ Features

  • Opens Lazygit inside a centered floating terminal.
  • Closes automatically when Lazygit exits.
  • Lightweight — no dependencies.
  • Configurable size and border.

⚡ Installation

Using lazy.nvim

{
  "yourname/lazygit-float.nvim",
  config = function()
    require("lazygit-float").setup({
      width = 0.9,
      height = 0.9,
      border = "rounded",
    })
  end
}

About

lazygit in floating window for neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages