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>
parent
10f9cd5fbb
commit
d5abb8bc15
|
@ -20,7 +20,16 @@ return {
|
|||
options = {
|
||||
-- Disable line numbering.
|
||||
number = false,
|
||||
signcolumn = "no",
|
||||
},
|
||||
},
|
||||
plugins = {
|
||||
options = {
|
||||
enabled = true,
|
||||
ruler = false,
|
||||
showcmd = false,
|
||||
},
|
||||
gitsigns = { enabled = false },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue