mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-09-01 08:15:20 +02:00
[Feature] use Comment.nvim
instead of nvim-comment
(#1736)
This commit is contained in:
parent
965ea4bbb9
commit
3dc24cd0c3
3 changed files with 56 additions and 16 deletions
|
@ -102,7 +102,7 @@ return {
|
|||
|
||||
-- Comments
|
||||
{
|
||||
"terrortylor/nvim-comment",
|
||||
"numToStr/Comment.nvim",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("lvim.core.comment").setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue