mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
plugins/lualine: add test for icon option
This commit is contained in:
parent
a2c5bd3548
commit
856b88d1e3
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
# you can specify only the sections you want to change
|
||||
{
|
||||
name = "filename";
|
||||
icon = "-";
|
||||
extraConfig = {
|
||||
newfile_status = true;
|
||||
path = 1;
|
||||
|
@ -75,6 +76,10 @@
|
|||
lualine_a = [
|
||||
{
|
||||
name = "buffers";
|
||||
icon = {
|
||||
icon = "X";
|
||||
align = "right";
|
||||
};
|
||||
extraConfig.mode = 4;
|
||||
extraConfig.filetype_names = {
|
||||
TelescopePrompt = "Telescope";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue