aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrolv <rolv.apneseth@gmail.com>2022-09-09 14:13:35 +0100
committerrolv <rolv.apneseth@gmail.com>2022-09-09 14:13:35 +0100
commit633cd098ce0691b1bee427a9a867178fccac55e4 (patch)
tree71841088bd5f9886726fc4d2aac740ba06bcc941
parenttailwind: Fix detach when attach is executed multiple times (diff)
Minor fix for example options given in README.md so that it is valid Lua
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e9a510..fea5c30 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ library to do custom highlighting themselves.
mode = "background", -- Set the display mode.
-- Available methods are false / true / "normal" / "lsp" / "both"
-- True is same as normal
- tailwind = false -- Enable tailwind colors
+ tailwind = false, -- Enable tailwind colors
virtualtext = "■",
},
-- all the sub-options of filetypes apply to buftypes