update
This commit is contained in:
parent
c8797c5d58
commit
172b350fc8
2 changed files with 8 additions and 2 deletions
File diff suppressed because one or more lines are too long
8
init.lua
8
init.lua
|
|
@ -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({})
|
||||
|
|
|
|||
Loading…
Reference in a new issue