Reconfigures org mode and zen mode
This commit is contained in:
parent
26746d6492
commit
575d803160
5 changed files with 35 additions and 10 deletions
|
|
@ -1,4 +1,14 @@
|
|||
return {
|
||||
"folke/zen-mode.nvim",
|
||||
opts = {},
|
||||
opts = {
|
||||
window = {
|
||||
backdrop = 1,
|
||||
width = 100,
|
||||
options = {
|
||||
number = false,
|
||||
relativenumber = false,
|
||||
signcolumn = "no",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue