feat: enable Nerd Font and add supermaven plugin support

This commit is contained in:
Robin Ting 2024-07-01 11:37:51 -04:00
parent 5aeddfdd5d
commit 61054a4259
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,13 @@
return {
{
'supermaven-inc/supermaven-nvim',
config = function()
require('supermaven-nvim').setup {
color = {
suggestion_color = '#ffffff',
},
}
end,
},
}