feat: add all plugins from the old config
This commit is contained in:
parent
4a37a0a9b1
commit
1fd5843cf1
55 changed files with 401 additions and 0 deletions
11
lua/custom/plugins/zen-mode.lua
Normal file
11
lua/custom/plugins/zen-mode.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
"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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue