Skip to content

Commit

Permalink
Add location in file to lualine
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Dec 5, 2023
1 parent 54eb0d2 commit 3d91205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/conf/lualine/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ require('lualine').setup {
lualine_x = { 'encoding', 'fileformat', 'filetype' },
lualine_y = { 'searchcount' },
-- lualine_y = { copilot_status },
lualine_z = { 'progress' },
lualine_z = { 'location', 'progress' },
},
inactive_sections = {
-- lualine_a = {},
Expand Down

0 comments on commit 3d91205

Please sign in to comment.