Skip to content

Commit

Permalink
update lualine config to show relative filepath instead of just name
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed Jun 12, 2024
1 parent 4b41e0a commit 0220889
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions dotfiles/nvim/lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
require("lualine").setup({
options = {
icons_enabled = true,
theme = "gruvbox",
-- component_separators = "|",
-- section_separators = "",
}
options = {
icons_enabled = true,
theme = "gruvbox",
path = 1,
},
})

0 comments on commit 0220889

Please sign in to comment.