add comments

This commit is contained in:
Robert 2024-04-20 23:22:07 +02:00
parent b707e4f26a
commit 6f8f1281de
2 changed files with 51 additions and 3 deletions

View file

@ -14,7 +14,11 @@ return {
"rebelot/kanagawa.nvim",
"wellle/context.vim",
"andweeb/presence.nvim",
{
'numToStr/Comment.nvim',
opts={},
lazy = false,
},
{
"nvim-tree/nvim-tree.lua",
dependencies = {"nvim-tree/nvim-web-devicons"}
@ -70,5 +74,9 @@ return {
})
end
},
{
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" }
}
}