disable signcolumn

This commit is contained in:
2024-11-20 14:01:25 -05:00
parent 7e7050502d
commit 2c059bfe8d
+2 -2
View File
@@ -1,7 +1,7 @@
return {
"folke/zen-mode.nvim",
opts = {
window = { signcolumn = true },
window = { signcolumn = false },
plugins = {
options = { enabled = true },
twilight = { enabled = true },
@@ -18,4 +18,4 @@ return {
},
},
},
}
}