add powerline symbols to lightline
This commit is contained in:
parent
718a8e417c
commit
3aee436b57
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@
|
|||
[ "fileformat" "fileencoding" "filetype" ]
|
||||
];
|
||||
};
|
||||
separator = {
|
||||
left = "";
|
||||
right = "";
|
||||
};
|
||||
subseparator = {
|
||||
left = "";
|
||||
right = "";
|
||||
};
|
||||
};
|
||||
|
||||
output.plugins = with pkgs.vimPlugins; [ lightline-vim ];
|
||||
|
|
Loading…
Reference in a new issue