From c4caa1a935e5549ea776b9ddf2ac68d69a7bcc7d Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 5 Jul 2022 21:52:03 +0100 Subject: It is lua, actually --- cmp.vim | 20 -------------------- plugins.vim | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 cmp.vim diff --git a/cmp.vim b/cmp.vim deleted file mode 100644 index 4f8db13..0000000 --- a/cmp.vim +++ /dev/null @@ -1,20 +0,0 @@ -lua <'] = cmp.mapping.confirm({ select = true }), - }), - sources = cmp.config.sources({ - { name = 'nvim_lsp' }, - { name = 'vsnip' }, - }) - }) -EOF - diff --git a/plugins.vim b/plugins.vim index c37325a..eb12f9b 100644 --- a/plugins.vim +++ b/plugins.vim @@ -79,5 +79,5 @@ source ~/.config/nvim/treesitter.lua source ~/.config/nvim/metals.vim " auto-complete -source ~/.config/nvim/cmp.vim +source ~/.config/nvim/cmp.lua -- cgit v1.2.3