pull/1649/head
Tawfeeq 3 months ago
parent 7f7e10657c
commit 4fe0e2df2e

@ -0,0 +1,8 @@
return {
'egerhether/heatherfield.nvim',
-- config = function()
-- require('heatherfield').setup(
-- custom options
-- ) -- calling setup is optional
-- end,
}

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

@ -0,0 +1,9 @@
-- Lua
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
}
}
Loading…
Cancel
Save