14 lines
210 B
Lua
14 lines
210 B
Lua
return {
|
|
{
|
|
'supermaven-inc/supermaven-nvim',
|
|
|
|
config = function()
|
|
require('supermaven-nvim').setup {
|
|
color = {
|
|
suggestion_color = '#ffffff',
|
|
},
|
|
}
|
|
end,
|
|
},
|
|
}
|