plugins: improve zen mode configuration

- Removes numbers display when in zen mode.

- Removes numbers display when in zen mode.

Co-Authored-by: iGor milhit <igor@milhit.ch>
main
iGor milhit 2024-12-02 10:52:05 +01:00
parent fb7282fea4
commit 8b139f7a67
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ return {
options = {
signcolumn = "no",
foldcolumn = "0",
number = false,
relativenumber = false
}
}
}