Skip to content

Commit 19bf409

Browse files
authored
Merge pull request #149 from comiluv/main
fix typo in options key
2 parents 5465dd3 + 760f0e9 commit 19bf409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/indent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ indent = {
152152
style = {
153153
{ bg = vim.fn.synIDattr(vim.fn.synIDtrans(vim.fn.hlID("Whitespace")), "fg", "gui") },
154154
},
155-
exclude_filetype = exclude_ft,
155+
exclude_filetypes = exclude_ft,
156156
}
157157
```

docs/zh_CN/indent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ indent = {
151151
style = {
152152
{ bg = vim.fn.synIDattr(vim.fn.synIDtrans(vim.fn.hlID("Whitespace")), "fg", "gui") },
153153
},
154-
exclude_filetype = exclude_ft,
154+
exclude_filetypes = exclude_ft,
155155
}
156156
```

0 commit comments

Comments
 (0)