recovering custom nvim configs

This commit is contained in:
Rahsheen Porter 2024-03-03 11:26:12 -05:00
parent 0622ef41cd
commit ebb0a5aeed
11 changed files with 340 additions and 5 deletions

13
after/plugin/lualine.lua Normal file
View file

@ -0,0 +1,13 @@
require("lualine").setup({
options = {
theme = "tokyonight",
tabline = {
lualine_a = { "buffers" },
lualine_b = { "branch" },
lualine_c = { "filename" },
lualine_x = {},
lualine_y = {},
lualine_z = { "tabs" },
},
},
})