From adf33a256877b7544b7674963f309846b11b1104 Mon Sep 17 00:00:00 2001 From: Benjamin Chaussé Date: Wed, 17 Jul 2024 10:32:14 -0400 Subject: Always-on Tabline to view nvim's cwd --- lua/plugins/lualine.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index d040375..ca6d853 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -1,6 +1,8 @@ return { "nvim-lualine/lualine.nvim", - dependencies = "nvim-tree/nvim-web-devicons", + dependencies = { + "nvim-tree/nvim-web-devicons", + }, event = { "BufReadPre", "BufNewFile" }, config = function() -- See :help statusline for more information @@ -76,7 +78,5 @@ return { vim.opt.ruler = false -- commands on the right: vim.opt.showcmd = false - -- only show tabline when there is more than one tab - vim.opt.showtabline = 1 end, } -- cgit v1.2.3