add comments
This commit is contained in:
parent
b707e4f26a
commit
6f8f1281de
2 changed files with 51 additions and 3 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue