feat: add fugitive and neo-tree

This commit is contained in:
2026-04-25 15:59:14 +02:00
parent 0ceb477a95
commit 56243dacb3
8 changed files with 84 additions and 8 deletions
+6 -6
View File
@@ -199,11 +199,11 @@ require('lazy').setup({
---@diagnostic disable-next-line: missing-fields
opts = {
signs = {
add = { text = '+' }, ---@diagnostic disable-line: missing-fields
change = { text = '~' }, ---@diagnostic disable-line: missing-fields
delete = { text = '_' }, ---@diagnostic disable-line: missing-fields
topdelete = { text = '' }, ---@diagnostic disable-line: missing-fields
changedelete = { text = '~' }, ---@diagnostic disable-line: missing-fields
add = { text = '' }, ---@diagnostic disable-line: missing-fields
change = { text = '' }, ---@diagnostic disable-line: missing-fields
delete = { text = '' }, ---@diagnostic disable-line: missing-fields
topdelete = { text = '' }, ---@diagnostic disable-line: missing-fields
changedelete = { text = '' }, ---@diagnostic disable-line: missing-fields
},
},
},
@@ -884,7 +884,7 @@ require('lazy').setup({
-- This is the easiest way to modularize your config.
--
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
--
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
-- Or use telescope!