add percent position
This commit is contained in:
parent
d300cb13bc
commit
d7601c66e1
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
soft-wrap.enable = true;
|
soft-wrap.enable = true;
|
||||||
|
|
||||||
|
statusline = {
|
||||||
|
left = ["mode" "spinner" "file-name" "read-only-indicator" "file-modification-indicator"];
|
||||||
|
center = [];
|
||||||
|
right = ["diagnostics" "selections" "register" "file-encoding" "position" "position-percentage"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
languages.language = [];
|
languages.language = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue