mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
twilight
This commit is contained in:
parent
7f7e10657c
commit
4fe0e2df2e
3 changed files with 26 additions and 0 deletions
8
lua/custom/plugins/heatherfield.lua
Normal file
8
lua/custom/plugins/heatherfield.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'egerhether/heatherfield.nvim',
|
||||
-- config = function()
|
||||
-- require('heatherfield').setup(
|
||||
-- custom options
|
||||
-- ) -- calling setup is optional
|
||||
-- end,
|
||||
}
|
9
lua/custom/plugins/twilight.lua
Normal file
9
lua/custom/plugins/twilight.lua
Normal file
|
@ -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
|
||||
}
|
||||
}
|
9
lua/custom/plugins/zen-mode.lua
Normal file
9
lua/custom/plugins/zen-mode.lua
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue