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
376091e78d
commit
402e5a9308
|
@ -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