diff options
Diffstat (limited to 'nvim/.config/nvim/lua/plugins/misc.lua')
| -rw-r--r-- | nvim/.config/nvim/lua/plugins/misc.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nvim/.config/nvim/lua/plugins/misc.lua b/nvim/.config/nvim/lua/plugins/misc.lua index ff598be..7064964 100644 --- a/nvim/.config/nvim/lua/plugins/misc.lua +++ b/nvim/.config/nvim/lua/plugins/misc.lua @@ -66,4 +66,17 @@ return { cmd = "SymbolsOutline", config = true, }, + + -- Lua + { + "folke/zen-mode.nvim", + opts = { + window = { + width = 0.9, + }, + -- your configuration comes here + -- or leave it empty to use the default settings + -- refer to the configuration section below + }, + }, } |
