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 +-- }, }