From 1498ee4367e5ff30fcf0adada4c3b468623ef751 Mon Sep 17 00:00:00 2001 From: Tawfeeq Date: Sat, 15 Mar 2025 14:54:18 +0100 Subject: [PATCH] deleted completions --- lua/custom/plugins/completions.lua | 1 - lua/custom/plugins/ultimate-autopair.lua | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 lua/custom/plugins/completions.lua diff --git a/lua/custom/plugins/completions.lua b/lua/custom/plugins/completions.lua deleted file mode 100644 index a5647075..00000000 --- a/lua/custom/plugins/completions.lua +++ /dev/null @@ -1 +0,0 @@ -return {} diff --git a/lua/custom/plugins/ultimate-autopair.lua b/lua/custom/plugins/ultimate-autopair.lua index 72c19685..f733656c 100644 --- a/lua/custom/plugins/ultimate-autopair.lua +++ b/lua/custom/plugins/ultimate-autopair.lua @@ -1,8 +1,8 @@ return { - 'altermo/ultimate-autopair.nvim', - event = { 'InsertEnter', 'CmdlineEnter' }, - branch = 'v0.6', --recommended as each new version will have breaking changes - opts = { - --Config goes here - }, +-- 'altermo/ultimate-autopair.nvim', +-- event = { 'InsertEnter', 'CmdlineEnter' }, +-- branch = 'v0.6', --recommended as each new version will have breaking changes +-- opts = { +-- --Config goes here +-- }, }