Changed LuaLine
This commit is contained in:
@@ -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 = "|";
|
||||||
|
|||||||
Reference in New Issue
Block a user