feat: enable Nerd Font and add supermaven plugin support
This commit is contained in:
parent
5aeddfdd5d
commit
61054a4259
2 changed files with 15 additions and 2 deletions
13
lua/custom/plugins/supermaven.lua
Normal file
13
lua/custom/plugins/supermaven.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
{
|
||||
'supermaven-inc/supermaven-nvim',
|
||||
|
||||
config = function()
|
||||
require('supermaven-nvim').setup {
|
||||
color = {
|
||||
suggestion_color = '#ffffff',
|
||||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue