add powerline symbols to lightline

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-09 20:19:00 +01:00
parent 718a8e417c
commit 3aee436b57
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -12,6 +12,14 @@
[ "fileformat" "fileencoding" "filetype" ]
];
};
separator = {
left = "";
right = "";
};
subseparator = {
left = "";
right = "";
};
};
output.plugins = with pkgs.vimPlugins; [ lightline-vim ];