From 953cb4414b952f69688f68b1b89b41cbaf98424c Mon Sep 17 00:00:00 2001 From: Steven Proctor Date: Sat, 24 Sep 2022 12:57:54 -0500 Subject: [PATCH] Ensure all nvim-treesitter parsers aret installed --- nvim/.config/nvim/fnl/dotfiles/plugin/treesitter.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/treesitter.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/treesitter.fnl index a8e3f69..d39f1e9 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugin/treesitter.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/treesitter.fnl @@ -7,7 +7,7 @@ :additional_vim_regex_highlighting [:org] } - :ensure_installed [:org] + :ensure_installed :all ; [:org] :rainbow {:enable true :extended_mode true ; Also highlight non-bracket delimiters like html tags, boolean or table: lang -> boolean