Skip to content
spear.nvim docs
GitHub

lazy.nvim

Base Configuration

  {
    "kbario/spear.nvim",
    -- spear currently requires plenary for reliable file path manipulation
    dependencies = { "nvim-lua/plenary.nvim" },
    -- if you want to override the defaults, provide options
    opts = { ... }, 
    -- else tell lazy to call init
    config = true, 
  }

checkout the docs here for more info, specifically, those used above: