From 0d785cd9f3a7903c84846cee64e3c46ebb56ff64 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 21 Aug 2023 14:35:06 -0600 Subject: add folding, change colorscheme --- lua/plugins/treesitter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/plugins/treesitter.lua') diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index d0bc8c5..8ad7fb1 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -20,7 +20,8 @@ return { 'html', 'markdown', 'markdown_inline', - 'php' + 'php', + 'sql' }, auto_install = false, highlight = { enable = true }, -- cgit v1.2.3-54-g00ecf