rm supermaven and accept cmp

This commit is contained in:
Harivansh Rathi 2026-03-24 22:43:02 -04:00
parent 7c67bd3fb4
commit 13f4b8125f
5 changed files with 56 additions and 20 deletions

View file

@ -147,21 +147,6 @@ return {
map('n', '<leader>co', open_current_cp_problem_url, { desc = 'CP open problem url' })
end,
},
{
'supermaven-inc/supermaven-nvim',
opts = {
keymaps = {
accept_suggestion = '<Tab>',
clear_suggestion = '<C-]>',
accept_word = '<C-j>',
},
ignore_filetypes = { gitcommit = true },
color = {
suggestion_color = vim.api.nvim_get_hl(0, { name = 'Comment' }).fg,
cterm = 244,
},
},
},
{
'barrettruth/pending.nvim',
init = function()