add lockscreen - without color

This commit is contained in:
2025-05-04 01:00:59 +02:00
parent 4c54b587bc
commit a75991ba52
12 changed files with 54 additions and 240 deletions

View File

@@ -4,6 +4,7 @@ return {
dependencies = {
{
"numToStr/Comment.nvim",
name = "comment.nvim",
lazy = false,
config = function()
require("Comment").setup({
@@ -17,4 +18,3 @@ return {
},
},
}