1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

disable autosave for plugins.lua

This commit is contained in:
jdhao 2021-10-21 23:03:15 +08:00
parent c8963f2daf
commit 9d234efbd4

View File

@ -4,7 +4,7 @@ require("autosave").setup({
events = { "InsertLeave", "TextChanged" },
conditions = {
exists = true,
filename_is_not = {},
filename_is_not = {"plugins.lua"},
filetype_is_not = {},
modifiable = true,
},