1
0

Added DBUI, noice, zen-mode and comments. Changed Tokyonight.lua to theme.lua

This commit is contained in:
2024-09-27 21:08:13 +02:00
parent 6825883350
commit 98dd2510c9
12 changed files with 76 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
return {
'numToStr/Comment.nvim',
lazy = false,
opts = {
},
config = function()
require("Comment").setup()
end
}