diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | c43f28aaa0f24bb442810ccebca03e2376998048 (patch) | |
| tree | c8ee8d1f5bdb828f27a8146390d41a9599e7058b /.config/nvim/lua | |
| parent | 84da9404f1a0362b9a1e2e45ec79a172f4be57ea (diff) | |
Change font
Diffstat (limited to '.config/nvim/lua')
| -rw-r--r-- | .config/nvim/lua/plugin/setup.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugin/setup.lua b/.config/nvim/lua/plugin/setup.lua index 69a80da..2eaeee8 100644 --- a/.config/nvim/lua/plugin/setup.lua +++ b/.config/nvim/lua/plugin/setup.lua @@ -57,8 +57,8 @@ local theme = { require("lualine").setup { options = { theme = theme, - component_separators = { left = "", right = "" }, - section_separators = { left = "", right = "" }, + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, }, } |
