Skip to content

Simple floating command line for Neovim

License

johanalkstal/floatcmd.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

floatcmd.nvim

A simple floating command line window for Neovim.
Learning about creating nvim plugins and Lua.

image

Installation

Using lazy.nvim:

{
  "johanalkstal/floatcmd.nvim",
  config = function()
    require("floatcmd").setup({
      -- options
    })
  end,
}

Configuration

Default options:
{
  width = 0.5,          -- 50% of screen width
  height = 1,           -- 1 line height
  border = "rounded",   -- Rounded borders
  title = "Cmdline",    -- Window title
  title_pos = "left", -- Title position
}

About

Simple floating command line for Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages