Install plugins for zen mode and zz mapping for it
This commit is contained in:
@@ -10,6 +10,12 @@ return require("packer").startup(function(use)
|
||||
use({ "windwp/nvim-ts-autotag" })
|
||||
use({ "JoosepAlviste/nvim-ts-context-commentstring" })
|
||||
use({ "nvim-treesitter/playground" })
|
||||
use({ "folke/twilight.nvim", config = function()
|
||||
require("twilight").setup({})
|
||||
end })
|
||||
use({ "folke/zen-mode.nvim", config = function()
|
||||
require("zen-mode").setup({})
|
||||
end })
|
||||
|
||||
-- Make commenting code great
|
||||
use({ "tpope/vim-commentary" })
|
||||
|
||||
@@ -82,3 +82,6 @@ nmap("<leader>m", "<cmd>WinShift<CR>")
|
||||
|
||||
-- Iswap
|
||||
nmap("<leader>sw", ":ISwap<CR>")
|
||||
|
||||
-- Zen mode
|
||||
nmap("zz", ":ZenMode<CR>")
|
||||
|
||||
Reference in New Issue
Block a user