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

@@ -29,7 +29,7 @@ require("lazy").setup({
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "rose-pine" } },
install = { colorscheme = { "xcode" } },
-- automatically check for plugin updates
checker = { enabled = true },
checker = { enabled = false, notify = false },
})