[Feature] use Comment.nvim instead of nvim-comment (#1736)

This commit is contained in:
Abouzar Parvan 2021-10-11 20:10:59 +03:30 committed by GitHub
parent 965ea4bbb9
commit 3dc24cd0c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 16 deletions

View file

@ -102,7 +102,7 @@ return {
-- Comments
{
"terrortylor/nvim-comment",
"numToStr/Comment.nvim",
event = "BufRead",
config = function()
require("lvim.core.comment").setup()