From 4d73e5ec0d32f73164bdade8bba055ff8c0adcb6 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 7 Jan 2023 15:10:00 +0530 Subject: [PATCH] treesitter: added c, python, help parcers --- lua/plugins/configs/treesitter.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/configs/treesitter.lua b/lua/plugins/configs/treesitter.lua index 89937fc..b8510a6 100644 --- a/lua/plugins/configs/treesitter.lua +++ b/lua/plugins/configs/treesitter.lua @@ -10,6 +10,9 @@ local options = { ensure_installed = { "lua", "rust", + "c", + "python", + "help", }, highlight = {