nvim-lua.kickstart.nvim/lua/custom/plugins/heatherfield.lua

9 lines
195 B
Lua
Raw Normal View History

2025-04-14 16:24:44 +02:00
return {
'egerhether/heatherfield.nvim',
-- config = function()
-- require('heatherfield').setup(
-- custom options
-- ) -- calling setup is optional
-- end,
}