Skip to content

vzze/cmdline.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmdline.nvim

cmdline.nvim brings Helix's command-line to Neovim

Requirements

  • Neovim 0.8.2 or later

Setup

Installation

Install vzze/cmdline.nvim with the plugin manager of your choice.

Options

require('cmdline')({
    window = {
        matchFuzzy = true,
        offset     = 1, -- depending on 'cmdheight' you might need to offset
        debounceMs = 10
    },

    hl = {
        default   = "Pmenu",
        selection = "PmenuSel",
        directory = "Directory",
        substr    = "LineNr"
    },

    column = {
        maxNumber = 6,
        minWidth  = 20
    },

    binds = {
        next = "<Tab>",
        back = "<S-Tab>"
    }
})

Acknowledgements

smolck/command-completion.nvim for doing most of the dirty work

Helix for having a cool command-line

About

Command completion for Neovim inspired by Helix

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages