From 30b861d5e38ade294b07869fbb387ac70d61fef8 Mon Sep 17 00:00:00 2001 From: spike Date: Mon, 17 Oct 2022 02:24:16 +0200 Subject: [PATCH] delaytrain ignores --- lua/custom/plugins/init.lua | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 376cb4e..2d4e877 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -341,11 +341,19 @@ return { delay_ms = 1000, -- How long repeated usage of a key should be prevented grace_period = 1, -- How many repeated keypresses are allowed keys = { -- Which keys (in which modes) should be delayed - ['nv'] = { 'h', 'j', 'k', 'l' }, - -- ['nvi'] = { '', '', '', '' }, - }, - ignore_filetypes = {"qf", "NvimTree", "help", "qf", "netrw"}, - }) + ['nv'] = { 'h', 'j', 'k', 'l' }, + -- ['nvi'] = { '', '', '', '' }, + }, + ignore_filetypes = { + "qf", + "NvimTree", + "help", + "qf", + "netrw", + "neorepl", + "dapui*", + }, + }) end }, -- ["takac/vim-hardtime"] = {-- {{{