Install zen-mode.nvim plugin
This commit is contained in:
@@ -89,6 +89,10 @@ require("packer").startup(function(use)
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
use({ "folke/zen-mode.nvim", {
|
||||||
|
"folke/twilight.nvim",
|
||||||
|
} })
|
||||||
|
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -51,3 +51,6 @@ nmap("<leader>d", ':lua vim.diagnostic.open_float(nil, {focus = false, scope = "
|
|||||||
|
|
||||||
-- Git
|
-- Git
|
||||||
nmap("<leader>gg", ":G<CR>") -- Leader+g+g - open vim-fugitive window
|
nmap("<leader>gg", ":G<CR>") -- Leader+g+g - open vim-fugitive window
|
||||||
|
|
||||||
|
-- Zen mode
|
||||||
|
nmap("<leader>z", ":ZenMode<CR>") -- Leader+z - toggle zen mode
|
||||||
|
|||||||
Reference in New Issue
Block a user