From 41736377bdf58e74f85bcc746ed6ffce60019846 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 6 Mar 2024 19:47:43 +0000 Subject: [PATCH] Remove tab mapping todo, went another way --- lua/plugins/completions.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 4312fc6..ef73a6c 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -106,10 +106,6 @@ return { callback = function(ev) local opts = { noremap = true, buffer = ev.buf } - -- TODO: inoremap coc#pum#visible() ? coc#pum#confirm() : "\" - -- Should I drop this? It's only for expanding snippets because - -- coc.nvim was being weird about it - -- Fixit mapping, or close enough, actually any code action vim.keymap.set('n', 'fi', require("actions-preview").code_actions, opts)