Remove tab mapping todo, went another way

This commit is contained in:
Kenneth Benzie 2024-03-06 19:47:43 +00:00
parent cb98d962a5
commit 41736377bd

View File

@ -106,10 +106,6 @@ return {
callback = function(ev) callback = function(ev)
local opts = { noremap = true, buffer = ev.buf } local opts = { noremap = true, buffer = ev.buf }
-- TODO: inoremap <silent><expr> <TAB> coc#pum#visible() ? coc#pum#confirm() : "\<TAB>"
-- 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 -- Fixit mapping, or close enough, actually any code action
vim.keymap.set('n', '<leader>fi', vim.keymap.set('n', '<leader>fi',
require("actions-preview").code_actions, opts) require("actions-preview").code_actions, opts)