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:
parent
c8963f2daf
commit
9d234efbd4
@ -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,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user