chore: initial commit

This commit is contained in:
Stevan Freeborn
2025-01-16 00:19:31 -06:00
commit 40b9337594
9 changed files with 98 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
return {
"nvim-lualine/lualine.nvim",
config = function()
require("lualine").setup()
options = { theme = "dracula" }
end
}