Add lualine

This commit is contained in:
Saeed Afzal
2024-05-23 09:58:49 +01:00
parent e04245ecdb
commit 327e221872
3 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
return {
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {
style = "night",
}
}