Compare commits
5 commits
a6dc92a129
...
e9d3a1169d
Author | SHA1 | Date | |
---|---|---|---|
e9d3a1169d | |||
50da32322e | |||
75b2ffba0b | |||
dcf4104050 | |||
29ba119e3f |
2 changed files with 4 additions and 102 deletions
|
@ -53,107 +53,9 @@
|
|||
};
|
||||
notify.nvim-notify.enable = true;
|
||||
|
||||
statusline = {
|
||||
lualine = {
|
||||
statusline.lualine = {
|
||||
enable = true;
|
||||
theme = "auto";
|
||||
componentSeparator = {
|
||||
left = "";
|
||||
};
|
||||
sectionSeparator = {
|
||||
left = "";
|
||||
right = "";
|
||||
};
|
||||
|
||||
activeSection = {
|
||||
a = [
|
||||
''
|
||||
{
|
||||
"mode",
|
||||
separator = { right = "" },
|
||||
right_padding = 2
|
||||
}
|
||||
''
|
||||
];
|
||||
b = [
|
||||
''
|
||||
{
|
||||
"branch",
|
||||
icon = '',
|
||||
separator = { right = "" }
|
||||
}
|
||||
''
|
||||
];
|
||||
c = [
|
||||
''
|
||||
"filename"
|
||||
''
|
||||
];
|
||||
x = [
|
||||
''
|
||||
{
|
||||
"diagnostics",
|
||||
sources = {'nvim_lsp', 'nvim_diagnostic', 'nvim_diagnostic', 'vim_lsp', 'coc'},
|
||||
symbols = {error = ' ', warn = ' ', info = ' ', hint = ' '},
|
||||
colored = true,
|
||||
update_in_insert = false,
|
||||
always_visible = false,
|
||||
diagnostics_color = {
|
||||
color_error = { fg = 'red' },
|
||||
color_warn = { fg = 'yellow' },
|
||||
color_info = { fg = 'cyan' },
|
||||
},
|
||||
}
|
||||
''
|
||||
''
|
||||
"filetype"
|
||||
''
|
||||
];
|
||||
y = [
|
||||
''
|
||||
{
|
||||
"progress",
|
||||
separator = { left = "" },
|
||||
}
|
||||
''
|
||||
''
|
||||
''
|
||||
];
|
||||
z = [
|
||||
''
|
||||
{
|
||||
"location",
|
||||
separator = { left = "" },
|
||||
left_padding = 2
|
||||
}
|
||||
''
|
||||
''
|
||||
{
|
||||
"fileformat",
|
||||
color = {fg='black'},
|
||||
symbols = {
|
||||
unix = '', -- e712
|
||||
dos = '', -- e70f
|
||||
mac = '', -- e711
|
||||
},
|
||||
}
|
||||
''
|
||||
];
|
||||
};
|
||||
|
||||
inactiveSection = {
|
||||
a = [
|
||||
''
|
||||
"filename"
|
||||
''
|
||||
];
|
||||
z = [
|
||||
''
|
||||
"location"
|
||||
''
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
git.enable = true;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
enable = true;
|
||||
defaultFonts = {
|
||||
serif = ["Noto Serif"];
|
||||
sansSerif = ["Inter Medium" "Symbols Nerd Font"];
|
||||
sansSerif = ["Inter" "Symbols Nerd Font"];
|
||||
monospace = ["IntoneMono NF"];
|
||||
emoji = ["Apple Color Emoji"];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue