diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-27 11:00:43 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-27 11:00:43 +0200 |
| commit | bd0e0c2314157e1f2a9064dedcc57f1beac4589d (patch) | |
| tree | f22cb53bacc2d1af742416a91e5105b593ec5515 /lua/pml68/plugins.lua | |
| parent | feat: remove codelldb from Mason's "ensure_installed" array (diff) | |
| download | nvim-bd0e0c2314157e1f2a9064dedcc57f1beac4589d.tar.gz | |
feat: add git related things to nvim-treesitter's "ensure_installed" array
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 3 |
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 |
