From 738729f073024040fb146b5aff0585f3be972172 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 29 Mar 2024 11:35:07 +0100 Subject: feat: add a few pyright options, enable treesitter highlighting by default --- lua/pml68/plugins.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lua/pml68/plugins.lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 2111880..3a34055 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -153,7 +153,10 @@ local plugins = { "json", "glsl", "dart", - } + }, + highlight = { + enable = true + } }) end }, -- cgit v1.2.3