feat: add fugitive and neo-tree
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user