This commit is contained in:
Jaroslaw Konik 2025-05-09 10:21:19 +02:00
parent 44dee7e2cb
commit 4da38eeb29

View file

@ -146,13 +146,9 @@ require("lazy").setup({
{
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
-- Only one of these is needed.
"nvim-telescope/telescope.nvim", -- optional
"ibhagwan/fzf-lua", -- optional
"echasnovski/mini.pick", -- optional
"nvim-lua/plenary.nvim",
"sindrets/diffview.nvim",
"nvim-telescope/telescope.nvim",
},
},
{
@ -273,11 +269,11 @@ require("lazy").setup({
"rcarriga/nvim-dap-ui",
dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" }
},
-- {
-- 'mrcjkb/rustaceanvim',
-- version = '^4',
-- lazy = false,
-- },
{
'mrcjkb/rustaceanvim',
version = '^4',
lazy = false,
},
{
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },