diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2020-08-26 13:22:31 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2020-08-26 13:22:31 +0200 |
| commit | 2bd13c9d410384eba14b245342c53c68ac151dbf (patch) | |
| tree | 55a88a69df5167bfda5dc50d085069fc99e85a49 /README.md | |
| parent | 47b45ff8835d948bcdbe18486fe06ebb29649fb8 (diff) | |
docs: fix syntax error in README example
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ so you'll need to activate them by putting this in your `init.vim` file: ```lua lua <<EOF require'nvim-treesitter.configs'.setup { - ensure_installed = "all" -- one of "all", "language", or a list of languages + ensure_installed = "all", -- one of "all", "language", or a list of languages highlight = { enable = true, -- false will disable the whole extension disable = { "c", "rust" }, -- list of language that will be disabled |
