disable lightline tabline
This commit is contained in:
parent
c2264dde06
commit
aafbe83e1d
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
left = "";
|
||||
right = "";
|
||||
};
|
||||
enable = {
|
||||
tabline = false;
|
||||
};
|
||||
};
|
||||
|
||||
output.plugins = with pkgs.vimPlugins; [lightline-vim];
|
||||
|
|
Loading…
Reference in a new issue