Compare commits

..

No commits in common. "b51065b1a8218ebc988d3d773e4b552841c09476" and "56e6234363b065e72548b1a2877c71e32e84c08f" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
.github/README.md vendored
View File

@ -3,13 +3,13 @@
<div align="center">
<a href="https://nvchad.com/">Home</a>
<span></span>
<a href="https://nvchad.com/docs/quickstart/install">Install</a>
<a href="https://nvchad.com/#/docs/quickstart/install">Install</a>
<span></span>
<a href="https://nvchad.com/docs/contribute">Contribute</a>
<a href="https://nvchad.com/#/docs/contribute">Contribute</a>
<span></span>
<a href="https://github.com/NvChad/NvChad#gift_heart-support">Support</a>
<span></span>
<a href="https://nvchad.com/docs/features">Features</a>
<a href="https://nvchad.com/#/docs/features">Features</a>
<p></p>
</div>

View File

@ -201,7 +201,7 @@ local default_plugins = {
{
"numToStr/Comment.nvim",
keys = { "gcc", "gbc" },
-- keys = { "gc", "gb" },
init = function()
require("core.utils").load_mappings "comment"
end,