Skip to content

Commit

Permalink
feat(plugins): rainbow-delimiters.nvim for the win
Browse files Browse the repository at this point in the history
  • Loading branch information
cpea2506 committed Jul 5, 2023
1 parent b992c8e commit f0a1b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"nvim-treesitter": { "branch": "master", "commit": "896f2c76229f03d6978d29fa7b12421d7c18102f" },
"nvim-ts-autotag": { "branch": "main", "commit": "6be1192965df35f94b8ea6d323354f7dc7a557e4" },
"nvim-ts-context-commentstring": { "branch": "main", "commit": "7f625207f225eea97ef7a6abe7611e556c396d2f" },
"nvim-ts-rainbow2": { "branch": "master", "commit": "d6e82e23f877f488563437237abbc85d7cededea" },
"nvim-web-devicons": { "branch": "master", "commit": "9ab9b0b894b2388a9dbcdee5f00ce72e25d85bf9" },
"one_monokai.nvim": { "branch": "main", "commit": "491ea205b1790b539e1f6b315dd5085daf7dbc6f" },
"onedarker.nvim": { "branch": "freeze", "commit": "b00dd2189f264c5aeb4cf04c59439655ecd573ec" },
"plenary.nvim": { "branch": "master", "commit": "102c02903c74b93c705406bf362049383abc87c8" },
"presence.nvim": { "branch": "main", "commit": "f3997760fa25485a61258c86bde86108cb8e4204" },
"project.nvim": { "branch": "main", "commit": "8c6bad7d22eef1b71144b401c9f74ed01526a4fb" },
"rainbow-delimiters.nvim": { "branch": "master", "commit": "792e247993b0f8768d23ef302103f6945b92290b" },
"relative-toggle.nvim": { "branch": "main", "commit": "fabe2f60f5f148f2bf1fb76e8a542f5adf8d996a" },
"rust-tools.nvim": { "branch": "master", "commit": "71d2cf67b5ed120a0e31b2c8adb210dd2834242f" },
"schemastore.nvim": { "branch": "main", "commit": "0ba3914a03a4689441170d6b6796500a09b5c189" },
Expand Down
2 changes: 1 addition & 1 deletion lua/pea/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local plugins = {
config = require "pea.config.gx",
},
{
"HiPhish/nvim-ts-rainbow2",
"HiPhish/rainbow-delimiters.nvim",
event = "BufRead",
},
{
Expand Down

0 comments on commit f0a1b79

Please sign in to comment.