disable signcolumn
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
"folke/zen-mode.nvim",
|
"folke/zen-mode.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
window = { signcolumn = true },
|
window = { signcolumn = false },
|
||||||
plugins = {
|
plugins = {
|
||||||
options = { enabled = true },
|
options = { enabled = true },
|
||||||
twilight = { enabled = true },
|
twilight = { enabled = true },
|
||||||
@@ -18,4 +18,4 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user