install possession.nvim plugin
This commit is contained in:
@@ -161,6 +161,20 @@ require("packer").startup(function(use)
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
use({
|
||||||
|
"jedrzejboczar/possession.nvim",
|
||||||
|
config = function()
|
||||||
|
require("possession").setup({
|
||||||
|
commands = {
|
||||||
|
save = "SSave",
|
||||||
|
load = "SLoad",
|
||||||
|
delete = "SDelete",
|
||||||
|
list = "SList",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
})
|
||||||
|
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user