From ba1dedeaae1902e93c86b28702fcfe3ffcc04cf8 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Sun, 29 Sep 2024 17:54:22 +0200 Subject: [PATCH] revert session session plugin --- lua/plugins.lua | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 97e38b2..d76efd1 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 = {