From 73559e3793b37f739a66cadc251dba378dc77527 Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Wed, 15 Feb 2023 09:20:06 +0000 Subject: [PATCH] docs(readme): remove ambiguous comment (#4321) I've seen many people, including myself, being confused about `highlight { enable = false }` disabling the whole extension. It means it will disable highlighting, but people get it wrong thinking that they can't use textobjects or any other treesitter related stuff. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e62fe816a..18c06ed2d 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,6 @@ require'nvim-treesitter.configs'.setup { -- parser_install_dir = "/some/path/to/store/parsers", -- Remember to run vim.opt.runtimepath:append("/some/path/to/store/parsers")! highlight = { - -- `false` will disable the whole extension enable = true, -- NOTE: these are the names of the parsers and not the filetype. (for example if you want to