First commit

This commit is contained in:
2024-11-29 16:38:42 +01:00
commit 9fa68a5769
18 changed files with 626 additions and 0 deletions

10
lua/plugins/zen-mode.lua Normal file
View File

@@ -0,0 +1,10 @@
return {
{
"folke/zen-mode.nvim",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
},
}