Skip to content

thunder-coding/zincoxide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZincOxide (ZnO)

Supercharge your neovim cd command with new your existing shell's zoxide.

Demo

Installation (lazy.nvim)

{
  -- You can also use the codeberg mirror if you want to use the plugin without relying on GitHub
  -- "https://codeberg.org/CodingThunder/zincoxide.git" -- for HTTPS
  -- "[email protected]:CodingThunder/zincoxide.git"     -- for SSH
  -- NOTE: the username on both github and codeberg are different
  "thunder-coding/zincoxide",
  opts = {
    -- name of zoxide binary in your "$PATH" or path to the binary
    -- the command is executed using vim.fn.system()
    -- eg. "zoxide" or "/usr/bin/zoxide"
    zincoxide_cmd = "zoxide",
    -- Kinda experimental as of now
    complete = true,
    -- Available options { "tabs", "window", "global" }
    behaviour = "tabs",
  },
  cmd = { "Z", "Zg", "Zt", "Zw" },
}

Releases

No releases published

Packages

No packages published

Languages