Removed unnecessary plugins

This commit is contained in:
Kristofers Solo
2023-08-28 21:32:28 +03:00
parent c72c49bc90
commit 047f16fb0e
60 changed files with 1479 additions and 2368 deletions

View File

@@ -1,11 +0,0 @@
return {
{
"folke/persistence.nvim",
event = "BufReadPre", -- this will only start session saving when an actual file was opened
opts = {
dir = vim.fn.expand(vim.fn.stdpath("state") .. "/sessions/"), -- directory where session files are saved
options = { "buffers", "curdir", "tabpages", "winsize" }, -- sessionoptions used for saving
pre_save = nil, -- a function to call before saving the session
},
},
}