feat(icons): disable icons

This commit is contained in:
2024-08-08 23:05:59 +02:00
parent 2db2fdd1de
commit d379085080
5 changed files with 27 additions and 61 deletions
+1 -4
View File
@@ -5,16 +5,13 @@ return {
"nvim-lualine/lualine.nvim",
lazy = true,
event = "VimEnter",
dependencies = {
"nvim-tree/nvim-web-devicons",
},
config = function()
local custom_moonfly = require("lualine.themes.moonfly")
custom_moonfly.normal.c.bg = require("moonfly").palette.bg
require("lualine").setup({
options = {
icons_enabled = true,
icons_enabled = false,
theme = custom_moonfly,
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },