Skip to content

Commit

Permalink
feat(nvim): no icons in lualine
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 11, 2023
1 parent b7e0cf0 commit 3a3b848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/neovim/config/lua/user/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ require("lualine").setup({
theme = "catppuccin",
component_separators = "",
section_separators = "",
icons_enabled = false,
},
sections = {
lualine_c = {
Expand Down

0 comments on commit 3a3b848

Please sign in to comment.