Install zen-mode.nvim plugin

This commit is contained in:
2022-01-22 12:14:52 +03:00
parent 6821b6655a
commit 88bf1ca106
2 changed files with 7 additions and 0 deletions

View File

@@ -89,6 +89,10 @@ require("packer").startup(function(use)
end,
})
use({ "folke/zen-mode.nvim", {
"folke/twilight.nvim",
} })
if PACKER_BOOTSTRAP then
require("packer").sync()
end

View File

@@ -51,3 +51,6 @@ nmap("<leader>d", ':lua vim.diagnostic.open_float(nil, {focus = false, scope = "
-- Git
nmap("<leader>gg", ":G<CR>") -- Leader+g+g - open vim-fugitive window
-- Zen mode
nmap("<leader>z", ":ZenMode<CR>") -- Leader+z - toggle zen mode