Update to neovim and ghostty theme

This commit is contained in:
Michael Chalupiak
2025-09-24 18:22:28 -04:00
parent 93361624d7
commit 367244a53d
4 changed files with 25 additions and 3 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 = { "nord" } },
-- install = { colorscheme = { "nord" } },
-- automatically check for plugin updates
checker = { enabled = false, notify = false },
})