mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
cleanup: remove references to nvim-compe
This commit is contained in:
parent
29f78f7827
commit
2d9c1b34c6
4 changed files with 0 additions and 27 deletions
|
@ -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})
|
||||
''}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue