nvim-v0.5.2-alpha.11
Pre-release
Pre-release
·
28 commits
to master
since this release
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