Automated dev commit
All checks were successful
/ check (push) Successful in 1m25s

This commit is contained in:
Oliver Davies 2025-06-16 09:34:30 +01:00
parent 7e9e3fe254
commit 9b1b29e200

View file

@ -4,7 +4,8 @@
plugins.auto-save.settings.condition = '' plugins.auto-save.settings.condition = ''
function(buf) function(buf)
local excluded_filetypes = { local excluded_filetypes = {
"harpoon" "harpoon",
"oil",
} }
local excluded_filenames = {} local excluded_filenames = {}