diff options
author | Joe <rrbo@proton.me> | 2023-09-07 13:08:31 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-09-07 13:08:31 +0200 |
commit | cce9256cfdc0be1e7c9c64cca85c4f7156d629c4 (patch) | |
tree | 4aeeaf007730ab807d316d16b019de5ea5aec357 /.config/nvim/lua/plugs-config/lualine.lua | |
parent | good (diff) | |
download | dotfiles-bsd-cce9256cfdc0be1e7c9c64cca85c4f7156d629c4.tar.gz dotfiles-bsd-cce9256cfdc0be1e7c9c64cca85c4f7156d629c4.tar.bz2 dotfiles-bsd-cce9256cfdc0be1e7c9c64cca85c4f7156d629c4.tar.xz dotfiles-bsd-cce9256cfdc0be1e7c9c64cca85c4f7156d629c4.tar.zst dotfiles-bsd-cce9256cfdc0be1e7c9c64cca85c4f7156d629c4.zip |
fuck airline
Diffstat (limited to '.config/nvim/lua/plugs-config/lualine.lua')
-rw-r--r-- | .config/nvim/lua/plugs-config/lualine.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/nvim/lua/plugs-config/lualine.lua b/.config/nvim/lua/plugs-config/lualine.lua index b0458e9..10471d8 100644 --- a/.config/nvim/lua/plugs-config/lualine.lua +++ b/.config/nvim/lua/plugs-config/lualine.lua @@ -154,7 +154,7 @@ ins_left { ins_left { 'buffers', - show_filename_only = true, + show_filename_only = false, hide_filename_extension = false, show_modified_status = true, symbols = { @@ -162,7 +162,6 @@ ins_left { alternate_file = '', -- Text to show to identify the alternate file directory = '', -- Text to show when the buffer is a directory }, - -- color = { fg = colors.magenta }, buffers_color = { -- Same values as the general color option can be used here. active = function() @@ -191,8 +190,6 @@ ins_left { } return { fg = mode_color[vim.fn.mode()], gui = 'bold' } end, - -- active = { fg = colors.magenta, gui = 'bold' }, -- Color for active buffer. - -- inactive = { fg = colors.blue }, -- Color for inactive buffer. }, } |