This commit is contained in:
2026-02-26 11:15:22 +01:00
commit d36d07d224
19 changed files with 2020 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- Add custom comments package
-- https://github.com/numToStr/Comment.nvim
return {
'numToStr/Comment.nvim',
opts = {
-- add any options here
}
}