cleanup: remove references to nvim-compe

This commit is contained in:
Ching Pei Yang 2024-03-22 15:06:45 +00:00
commit 2d9c1b34c6
4 changed files with 0 additions and 27 deletions

View file

@ -15,9 +15,6 @@ in {
vim.luaConfigRC.autopairs = entryAnywhere ''
require("nvim-autopairs").setup{}
${optionalString (config.vim.autocomplete.type == "nvim-compe") ''
require('nvim-autopairs.completion.compe').setup(${toLuaObject cfg.setupOpts})
''}
'';
};
}