Add neogit to neovim config and change theme to xcode

This commit is contained in:
Michael Chalupiak
2025-08-18 19:29:30 -04:00
parent 88b5ef02f5
commit 1f5f04cef1
6 changed files with 31 additions and 14 deletions

View File

@@ -10,6 +10,20 @@ return {
-- this is equivalent to setup({}) function
},
{
"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
-- "folke/snacks.nvim", -- optional
},
},
{
'brenoprata10/nvim-highlight-colors',
opts = {