Disabled autoclose for .txt files

This commit is contained in:
roodletoof
2023-05-30 12:51:24 +02:00
parent a7b134f823
commit fcbf78144f
+1
View File
@@ -208,6 +208,7 @@ local function packer_startup(use)
options = {
pair_spaces = true,
auto_indent = true,
disabled_filetypes = {"text"}
}
}