Reconfigures org mode and zen mode

This commit is contained in:
Dennis Schoepf 2025-01-30 22:24:49 +01:00
parent 26746d6492
commit 575d803160
5 changed files with 35 additions and 10 deletions

View file

@ -1,4 +1,14 @@
return {
"folke/zen-mode.nvim",
opts = {},
opts = {
window = {
backdrop = 1,
width = 100,
options = {
number = false,
relativenumber = false,
signcolumn = "no",
},
},
},
}