revert session session plugin

This commit is contained in:
Antoine Vaure 2024-09-29 17:54:22 +02:00
parent 3d82532d15
commit ba1dedeaae

View file

@ -91,7 +91,7 @@ local plugins = {
neogit = true,
illuminate = false,
-- noice = true,
notify = true,
-- notify = true,
flash = true,
telescope = {
enabled = true,
@ -229,25 +229,25 @@ local plugins = {
})
end,
},
-- {
-- "rmagatti/auto-session",
-- config = function()
-- require("auto-session").setup({
-- log_level = "error",
-- })
-- end,
-- },
-- Lua
{
"olimorris/persisted.nvim",
lazy = false, -- make sure the plugin is always loaded at startup
"rmagatti/auto-session",
config = function()
require("persisted").setup({
autosave = true,
autoload = true,
require("auto-session").setup({
log_level = "error",
})
end,
},
-- Lua
-- {
-- "olimorris/persisted.nvim",
-- lazy = false, -- make sure the plugin is always loaded at startup
-- config = function()
-- require("persisted").setup({
-- autosave = true,
-- autoload = true,
-- })
-- end,
-- },
{
"ethanholz/nvim-lastplace",
config = function()
@ -449,13 +449,13 @@ local plugins = {
-- "rcarriga/nvim-notify",
-- }
-- },
{
"rcarriga/nvim-notify",
opts = {
render = "minimal",
stages = "static",
}
},
-- {
-- "rcarriga/nvim-notify",
-- opts = {
-- render = "minimal",
-- stages = "static",
-- }
-- },
-- {
-- "ray-x/lsp_signature.nvim",
-- event = "VeryLazy",
@ -480,7 +480,7 @@ local plugins = {
-- optional
"nvim-treesitter/nvim-treesitter",
"rcarriga/nvim-notify",
-- "rcarriga/nvim-notify",
"nvim-tree/nvim-web-devicons",
},
opts = {