Split config

This commit is contained in:
Christopher Williams
2026-01-11 21:30:04 -05:00
parent 441bad3dde
commit be09201c95
9 changed files with 388 additions and 305 deletions
+18
View File
@@ -0,0 +1,18 @@
local M = {
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
},
{ "nvim-tree/nvim-web-devicons", opts = {} },
{
"https://github.com/nvim-lualine/lualine.nvim",
event = "VeryLazy",
config = function()
require("lualine").setup()
end,
},
}
return M