add filename_is_not condition

This commit is contained in:
sakkke
2021-09-23 12:44:11 +09:00
parent 17ed19f56a
commit 268069b1a5
4 changed files with 18 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ config.options = {
events = {"InsertLeave", "TextChanged"},
conditions = {
exists = true,
filename_is_not = {},
filetype_is_not = {},
modifiable = true,
},