plugins: configure zen mode to be zenier

- Removes the sign column and disables the git sign plugin.

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2023-06-08 21:40:36 +02:00
parent 376091e78d
commit 402e5a9308
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 9 additions and 0 deletions

View File

@ -20,7 +20,16 @@ return {
options = { options = {
-- Disable line numbering. -- Disable line numbering.
number = false, number = false,
signcolumn = "no",
}, },
}, },
plugins = {
options = {
enabled = true,
ruler = false,
showcmd = false,
},
gitsigns = { enabled = false },
},
}, },
} }