revert session session plugin
This commit is contained in:
parent
3d82532d15
commit
ba1dedeaae
1 changed files with 23 additions and 23 deletions
|
|
@ -91,7 +91,7 @@ local plugins = {
|
||||||
neogit = true,
|
neogit = true,
|
||||||
illuminate = false,
|
illuminate = false,
|
||||||
-- noice = true,
|
-- noice = true,
|
||||||
notify = true,
|
-- notify = true,
|
||||||
flash = true,
|
flash = true,
|
||||||
telescope = {
|
telescope = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
@ -229,25 +229,25 @@ local plugins = {
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
-- {
|
|
||||||
-- "rmagatti/auto-session",
|
|
||||||
-- config = function()
|
|
||||||
-- require("auto-session").setup({
|
|
||||||
-- log_level = "error",
|
|
||||||
-- })
|
|
||||||
-- end,
|
|
||||||
-- },
|
|
||||||
-- Lua
|
|
||||||
{
|
{
|
||||||
"olimorris/persisted.nvim",
|
"rmagatti/auto-session",
|
||||||
lazy = false, -- make sure the plugin is always loaded at startup
|
|
||||||
config = function()
|
config = function()
|
||||||
require("persisted").setup({
|
require("auto-session").setup({
|
||||||
autosave = true,
|
log_level = "error",
|
||||||
autoload = true,
|
|
||||||
})
|
})
|
||||||
end,
|
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",
|
"ethanholz/nvim-lastplace",
|
||||||
config = function()
|
config = function()
|
||||||
|
|
@ -449,13 +449,13 @@ local plugins = {
|
||||||
-- "rcarriga/nvim-notify",
|
-- "rcarriga/nvim-notify",
|
||||||
-- }
|
-- }
|
||||||
-- },
|
-- },
|
||||||
{
|
-- {
|
||||||
"rcarriga/nvim-notify",
|
-- "rcarriga/nvim-notify",
|
||||||
opts = {
|
-- opts = {
|
||||||
render = "minimal",
|
-- render = "minimal",
|
||||||
stages = "static",
|
-- stages = "static",
|
||||||
}
|
-- }
|
||||||
},
|
-- },
|
||||||
-- {
|
-- {
|
||||||
-- "ray-x/lsp_signature.nvim",
|
-- "ray-x/lsp_signature.nvim",
|
||||||
-- event = "VeryLazy",
|
-- event = "VeryLazy",
|
||||||
|
|
@ -480,7 +480,7 @@ local plugins = {
|
||||||
|
|
||||||
-- optional
|
-- optional
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
"rcarriga/nvim-notify",
|
-- "rcarriga/nvim-notify",
|
||||||
"nvim-tree/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue