Changed LuaLine

This commit is contained in:
2026-05-08 21:02:55 +02:00
parent 159487e2f3
commit 982941940e
+1 -3
View File
@@ -1,5 +1,4 @@
{ pkgs, ... }: _: {
{
# Lualine: Fast and customizable statusline for Neovim # Lualine: Fast and customizable statusline for Neovim
# Displays file info, git status, diagnostics, and mode at the bottom of the editor. # Displays file info, git status, diagnostics, and mode at the bottom of the editor.
programs.nixvim.plugins.lualine = { programs.nixvim.plugins.lualine = {
@@ -7,7 +6,6 @@
settings = { settings = {
options = { options = {
theme = "catppuccin";
component_separators = { component_separators = {
left = "|"; left = "|";
right = "|"; right = "|";