Skip to content

Commit

Permalink
Remove slanted separator in lualine.
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonllera committed Jan 12, 2023
1 parent 95c1401 commit ccf6eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require('lualine').setup({
theme = "tokyonight",
-- Separators might look weird for certain fonts (eg Cascadia)
component_separators = {left = '', right = ''},
section_separators = {left = '', right = ''},
section_separators = {left = '', right = ''},
globalstatus = true,
},
sections = {
Expand Down

0 comments on commit ccf6eb5

Please sign in to comment.