new source

This commit is contained in:
shaoyanji 2024-07-29 11:04:29 +02:00
parent 0e8465d1c6
commit 5a529c5784
3 changed files with 76 additions and 18 deletions

View file

@ -157,12 +157,6 @@ require('lazy').setup({
opts = {},
},
},
{
'supermaven-inc/supermaven-nvim',
config = function()
require('supermaven-nvim').setup {}
end,
},
-- Here is a more advanced example where we pass configuration
-- options to `gitsigns.nvim`. This is equivalent to the following Lua:
-- require('gitsigns').setup({ ... })
@ -950,14 +944,3 @@ local templ_format = function()
end,
})
end
require('supermaven-nvim').setup {
keymaps = {
accept_suggestion = '<Tab>',
clear_suggestion = '<C-]>',
},
ignore_filetypes = { cpp = true },
color = {
-- suggestion_color = '#ffffff',
cterm = 244,
},
}