Skip to content

Neovim plugin for interacting with azure devops cli

License

Notifications You must be signed in to change notification settings

jawee/azuredo.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azuredo.nvim

Plugin for Azure DevOps integration in Neovim

Work in Progress

Should probably not be used.

Features

  • Create PR from current branch
  • Add Work Items to PR
  • 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

No packages published

Languages