delaytrain ignores

master
spike 2 years ago
parent e5cbae3d2c
commit 30b861d5e3

@ -344,7 +344,15 @@ return {
['nv'] = { 'h', 'j', 'k', 'l' },
-- ['nvi'] = { '<Left>', '<Down>', '<Up>', '<Right>' },
},
ignore_filetypes = {"qf", "NvimTree", "help", "qf", "netrw"},
ignore_filetypes = {
"qf",
"NvimTree",
"help",
"qf",
"netrw",
"neorepl",
"dapui*",
},
})
end
},

Loading…
Cancel
Save