From e19a5e7189b617775361bfc264b874dcf4e75798 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sat, 13 Apr 2024 17:59:48 +0200 Subject: [PATCH] docs(readme): create toml snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 964ab01..5da37d2 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ auto_highlight = [ ] auto_install = "prompt" # true | false -[[treesitter.parser_map]] +[treesitter.parser_map] # You can add custom filetype to parser mappings. # Determine the filetype with ':lua =vim.bo[0].filetype'. PKGBUILD = "bash"