feat(nvim): add zen mode and twilight

dev-docs
Moritz Böhme 2023-04-09 19:34:18 +02:00
parent bc12d257f1
commit c5d1d1262c
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
require("twilight").setup({
context = 20,
})

View File

@ -0,0 +1,4 @@
require("zen-mode").setup()
require("which-key").register({
z = { "<cmd>ZenMode<cr>", "Zen mode" },
}, { prefix = "<leader>t" })