diff options
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index f993785..9cbb5ca 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -43,4 +43,13 @@ return { { "goolord/alpha-nvim" }, { "antoinemadec/FixCursorHold.nvim" }, -- This is needed to fix lsp doc highlight { "folke/which-key.nvim" }, + { "folke/zen-mode.nvim", + config = function() + require("zen-mode").setup { + -- your configuration comes here + -- or leave it empty to use the default settings + -- refer to the configuration section below + } + end + }, } |