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