more changesssss
This commit is contained in:
5
nvim/config/sessions.lua
Normal file
5
nvim/config/sessions.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
require("sessions").setup({
|
||||
events = { "WinEnter" },
|
||||
session_filepath = "~/dotfiles/nvim/sessions/",
|
||||
absolute = false,
|
||||
})
|
||||
Reference in New Issue
Block a user