git plugins

This commit is contained in:
2026-04-23 16:34:19 -05:00
parent 65992c0328
commit 5daf653ebb
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ require("lazy").setup {
{ import = "plugins" },
},
install = { colorscheme = { "tokyonight" } },
checker = { enabled = true, notify = false },
checker = { enabled = false, notify = false },
}
vim.cmd [[colorscheme tokyonight]]