lua << EOF require('cscope_maps').setup({ disable_maps = true, -- Mapping C-] to :Cstag worse than :tag -- Alternatively, if we liked the mappings, then customise these two: -- skip_input_prompt = true, -- cscope = { skip_picker_for_single_result = true }, }) EOF