aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-04-27 11:00:43 +0200
committerpml68 <tutorialmester@gmail.com>2024-04-27 11:00:43 +0200
commitbd0e0c2314157e1f2a9064dedcc57f1beac4589d (patch)
treef22cb53bacc2d1af742416a91e5105b593ec5515
parentfeat: remove codelldb from Mason's "ensure_installed" array (diff)
downloadnvim-bd0e0c2314157e1f2a9064dedcc57f1beac4589d.tar.gz
feat: add git related things to nvim-treesitter's "ensure_installed" array
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 45e18b4..aa839e5 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -181,6 +181,9 @@ local plugins = {
"json",
"glsl",
"dart",
+ "gitignore",
+ "gitattributes",
+ "gitcommit",
},
highlight = {
enable = true