* feat(zenmode.lua): add key mappings for TZNarrow and TZAtaraxis

* feat(zen-mode.lua): add TrueZen plugin to the configuration
This commit is contained in:
PeteChu 2023-04-03 23:32:01 +07:00
parent 431b1bf351
commit a352464116
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
return {
"Pocco81/true-zen.nvim",
config = function()
require("true-zen").setup {}
end
}