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