packer now shows updates in a popup
This commit is contained in:
@@ -26,6 +26,14 @@ if not status then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
packer.init({
|
||||||
|
display = {
|
||||||
|
open_fn = function()
|
||||||
|
return require('packer.util').float({ border = 'rounded' })
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
-- add list of plugins to install
|
-- add list of plugins to install
|
||||||
return packer.startup(function(use)
|
return packer.startup(function(use)
|
||||||
use("wbthomason/packer.nvim")
|
use("wbthomason/packer.nvim")
|
||||||
@@ -50,9 +58,6 @@ return packer.startup(function(use)
|
|||||||
"MeanderingProgrammer/render-markdown.nvim",
|
"MeanderingProgrammer/render-markdown.nvim",
|
||||||
after = { 'nvim-treesitter' },
|
after = { 'nvim-treesitter' },
|
||||||
requires = { 'nvim-tree/nvim-web-devicons', opt = true },
|
requires = { 'nvim-tree/nvim-web-devicons', opt = true },
|
||||||
config = function()
|
|
||||||
require('render-markdown').setup({})
|
|
||||||
end,
|
|
||||||
})
|
})
|
||||||
use("seanbreckenridge/gitsigns-yadm") -- bring yadm support back to gitsigns
|
use("seanbreckenridge/gitsigns-yadm") -- bring yadm support back to gitsigns
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user