Skip to content

Commit d6dcfcd

Browse files
committed
fix(rainbow-delimiters): disable submodule download since its not necessary
1 parent 36bf02c commit d6dcfcd

File tree

1 file changed

+1
-0
lines changed
  • lua/astrocommunity/editing-support/rainbow-delimiters-nvim

1 file changed

+1
-0
lines changed

lua/astrocommunity/editing-support/rainbow-delimiters-nvim/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
return {
22
{
33
"HiPhish/rainbow-delimiters.nvim",
4+
submodules = false,
45
dependencies = {
56
"nvim-treesitter/nvim-treesitter",
67
{

0 commit comments

Comments
 (0)