Skip to content

jawee/azuredo.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azuredo.nvim

Plugin for Azure DevOps integration in Neovim

Features

  • Create PR from current branch
  • Add Work Items to PR
  • Open PR in browser
  • Telescope UI
  • Fidget notifications

Installation

With lazy.nvim:

return {
  "jawee/azuredo.nvim",
  config = function()
    require("azuredo").setup({})
    vim.keymap.set("n", "<leader>az", "<cmd>Azuredo<CR>")
  end,
}

Configuration

Default settings below.

Default Settings
---@class azuredo.Config
---@field config? fun(opts:azuredo.Config)
local defaults = {
  debug = false,
  project = nil, -- optional project filter for querying work items
  telescope = false, -- if UI should be through telescope
  fidget = false, -- if notifications should come through fidget.nvim
}

Usage

  • Azuredo

About

Neovim plugin for interacting with azure devops cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages