1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-29 20:03:44 +00:00

Fix comment

This commit is contained in:
Mo8it 2022-04-18 15:51:01 +02:00
parent 433fec992c
commit f69a7bdf6d

View file

@ -63,7 +63,10 @@ return require("packer").startup(function()
use("lukas-reineke/indent-blankline.nvim")
-- Comment
use("numToStr/Comment.nvim")
use({
"numToStr/Comment.nvim",
tag = "v0.6",
})
-- Todo-comment
use({