feat: revert to lualine

This commit is contained in:
Devin Haska 2024-06-06 09:34:02 -07:00
parent 88bc81f090
commit 5a2c7c9453
No known key found for this signature in database
2 changed files with 11 additions and 3 deletions

View file

@ -1,7 +1,15 @@
return {
{
"freddiehaddad/feline.nvim",
opts = {},
"nvim-lualine/lualine.nvim",
dependencies = {
"nvim-tree/nvim-web-devicons",
},
opts = {
options = {
icons_enabled = true,
theme = "tokyonight",
},
},
},
{
"famiu/bufdelete.nvim",