mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 20:03:44 +00:00
Fix comment
This commit is contained in:
parent
433fec992c
commit
f69a7bdf6d
1 changed files with 4 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue