From 43a742b9cfad43bd1e8101f9f33c0c298b168853 Mon Sep 17 00:00:00 2001 From: Joshua Finch Date: Mon, 11 Mar 2024 03:54:31 -0500 Subject: [PATCH] Adding sql and gitignore treesitter loaders. --- nvim/lua/plugins/treesitter.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 8f100cf..0e124b9 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -11,6 +11,7 @@ return { 'c_sharp', 'comment', 'css', + 'gitignore', 'html', 'java', 'javascript', @@ -19,6 +20,7 @@ return { 'python', 'query', 'rust', + 'sql', 'toml', 'tsx', 'typescript',