mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
9 lines
195 B
Lua
9 lines
195 B
Lua
|
return {
|
||
|
'egerhether/heatherfield.nvim',
|
||
|
-- config = function()
|
||
|
-- require('heatherfield').setup(
|
||
|
-- custom options
|
||
|
-- ) -- calling setup is optional
|
||
|
-- end,
|
||
|
}
|