This commit is contained in:
Jaroslaw Konik 2024-05-10 22:31:35 +02:00
parent c8797c5d58
commit 172b350fc8
2 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -116,6 +116,12 @@ require("lazy").setup({
version = '^4', -- Recommended
lazy = false, -- This plugin is already lazy
},
{
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {
},
},
{
"folke/which-key.nvim",
event = "VeryLazy",
@ -129,7 +135,7 @@ require("lazy").setup({
-- refer to the configuration section below
}
},
"dstein64/nvim-scrollview"
"dstein64/nvim-scrollview",
})
require("image").setup({})