feat: revert to lualine
This commit is contained in:
parent
88bc81f090
commit
5a2c7c9453
2 changed files with 11 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue