Compare commits

...

2 Commits

Author SHA1 Message Date
Mateus Abelli b51065b1a8
fix: readme links (#1974) 2023-04-30 10:14:21 +05:30
siduck 907684efa0 include lazyloading of comment.nvim with gcc/gbc keys (#1972) 2023-04-30 06:13:24 +05:30
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 = { "gc", "gb" },
keys = { "gcc", "gbc" },
init = function()
require("core.utils").load_mappings "comment"
end,