Migrate to chezmoi
Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
This commit is contained in:
parent
110e0882c6
commit
224c7ed45c
1654 changed files with 470035 additions and 51 deletions
14
chezmoi/dot_config/nvim/lua/aleidk/plugins/sessions.lua
Normal file
14
chezmoi/dot_config/nvim/lua/aleidk/plugins/sessions.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
-- sessions
|
||||
"rmagatti/auto-session",
|
||||
config = function()
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
require("auto-session").setup({
|
||||
log_level = "error",
|
||||
auto_session_suppress_dirs = { "~/", "~/Downloads", "/" },
|
||||
bypass_session_save_file_types = {
|
||||
"NeogitStatus",
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue