Skip to content

nvim-v0.5.2-alpha.11

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Aug 08:57
· 28 commits to master since this release
48b9bca

Install with any Neovim plugin manager pointing at the monorepo:

lazy.nvim

{
  "thec1oud/dpg",
  tag = "nvim-v0.5.2-alpha.11",
  subdir = "plugins/nvim",
  config = function() require("dpg").setup() end,
}

packer.nvim

use { "thec1oud/dpg", tag = "nvim-v0.5.2-alpha.11", rtp = "plugins/nvim" }

Full Changelog: lsp-v0.5.5-alpha.2...nvim-v0.5.2-alpha.11