Add a couple of plugins to nvim
This commit is contained in:
parent
2a980b26a8
commit
7b46aae1a1
12 changed files with 163 additions and 28 deletions
|
|
@ -5,9 +5,10 @@ return {
|
|||
---@diagnostic disable-next-line: missing-fields
|
||||
require("auto-session").setup({
|
||||
log_level = "error",
|
||||
auto_session_suppress_dirs = { "~/", "~/Downloads", "/" },
|
||||
auto_session_suppress_dirs = { "~/", "~/Downloads", "/", "~/.config/**" },
|
||||
bypass_session_save_file_types = {
|
||||
"NeogitStatus",
|
||||
"Lazy",
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue