neovim: add dressing.nvim plugin
This commit is contained in:
@@ -117,6 +117,13 @@ require("packer").startup(function(use)
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
use({
|
||||||
|
"stevearc/dressing.nvim",
|
||||||
|
config = function()
|
||||||
|
require("dressing").setup({})
|
||||||
|
end,
|
||||||
|
})
|
||||||
|
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user