feat(nvim): word wrap and snap tree width to characters

This commit is contained in:
2024-06-01 11:58:41 +02:00
parent 1141c41cc4
commit 1af3b738b2
5 changed files with 36 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ export const NvimStatusBar = (props: {
fileIcon?: string;
fileName: string;
}) => (
<div className="bg-[#29293c]">
<div className="select-none bg-[#29293c]">
<span className="text-[#272332]" style={{ background: props.labelColor }}>
{` ${props.label} `}
</span>